Skip to content

Commit

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


##
[1.59.1](v1.59.0...v1.59.1)
(2024-08-09)


### Bug Fixes

* `invalid_input` API errors may not return details
([bfa3803](bfa3803))

---
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 Aug 9, 2024
1 parent bfa3803 commit f531ce8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"1.59.0"}
{".":"1.59.1"}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.59.1](https://github.com/hetznercloud/hcloud-go/compare/v1.59.0...v1.59.1) (2024-08-09)


### Bug Fixes

* `invalid_input` API errors may not return details ([bfa3803](https://github.com/hetznercloud/hcloud-go/commit/bfa3803200d620b6644e8019bb7a5f2e7202ca7b))

## [1.59.0](https://github.com/hetznercloud/hcloud-go/compare/v1.58.0...v1.59.0) (2024-08-06)


Expand Down
2 changes: 1 addition & 1 deletion hcloud/hcloud.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
package hcloud

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

0 comments on commit f531ce8

Please sign in to comment.