Skip to content

Commit 659a1fc

Browse files
chore(release-1.x): release 1.56.0 (#445)
🤖 I have created a release *beep* *boop* --- ## [1.56.0](v1.55.0...v1.56.0) (2024-05-22) ### Features * add volume format property ([5ff15f8](5ff15f8)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5ff15f8 commit 659a1fc

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.github/release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"1.55.0"}
1+
{".":"1.56.0"}

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.56.0](https://github.com/hetznercloud/hcloud-go/compare/v1.55.0...v1.56.0) (2024-05-22)
4+
5+
6+
### Features
7+
8+
* add volume format property ([5ff15f8](https://github.com/hetznercloud/hcloud-go/commit/5ff15f8461b1ffb69418209b332f5b5905a024c7))
9+
310
## [1.55.0](https://github.com/hetznercloud/hcloud-go/compare/v1.54.1...v1.55.0) (2024-05-06)
411

512

hcloud/hcloud.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
package hcloud
33

44
// Version is the library's version following Semantic Versioning.
5-
const Version = "1.55.0" // x-release-please-version
5+
const Version = "1.56.0" // x-release-please-version

0 commit comments

Comments
 (0)