Skip to content

Commit

Permalink
chore(release-1.x): release 1.55.0 (#419)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[1.55.0](v1.54.1...v1.55.0)
(2024-05-06)


### Features

* **error:** show internal correlation id in error messages
([#417](#417))
([f7f96a5](f7f96a5))
* implement actions waiter
([c4d8be8](c4d8be8))
* require Go >= 1.21
([18adaf6](18adaf6))


### Bug Fixes

* improve error message format with correlation id
([1939cfb](1939cfb))

---
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>
  • Loading branch information
github-actions[bot] committed May 6, 2024
1 parent c275656 commit c1aa180
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/release-please-manifest.json
@@ -1 +1 @@
{".":"1.54.1"}
{".":"1.55.0"}
14 changes: 14 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,19 @@
# Changelog

## [1.55.0](https://github.com/hetznercloud/hcloud-go/compare/v1.54.1...v1.55.0) (2024-05-06)


### Features

* **error:** show internal correlation id in error messages ([#417](https://github.com/hetznercloud/hcloud-go/issues/417)) ([f7f96a5](https://github.com/hetznercloud/hcloud-go/commit/f7f96a5d5ebc0d8239b946b928d5bd534cc2bf21))
* implement actions waiter ([c4d8be8](https://github.com/hetznercloud/hcloud-go/commit/c4d8be8f053469948d564e93b043af05c61afb41))
* require Go &gt;= 1.21 ([18adaf6](https://github.com/hetznercloud/hcloud-go/commit/18adaf6abe5caeee38af030af832af98baeaaf0e))


### Bug Fixes

* improve error message format with correlation id ([1939cfb](https://github.com/hetznercloud/hcloud-go/commit/1939cfb6c8bbcd495e79c059e11a30ffd7c16948))

## [1.54.1](https://github.com/hetznercloud/hcloud-go/compare/v1.54.0...v1.54.1) (2024-04-19)


Expand Down
2 changes: 1 addition & 1 deletion hcloud/hcloud.go
Expand Up @@ -2,4 +2,4 @@
package hcloud

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

0 comments on commit c1aa180

Please sign in to comment.