Skip to content

Commit

Permalink
chore(release-1.x): release 1.51.0 (#318)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Oct 4, 2023
1 parent 9e19dea commit f2d5292
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.51.0](https://github.com/hetznercloud/hcloud-go/compare/v1.50.0...v1.51.0) (2023-10-04)


### Features

* add error code unauthorized ([#313](https://github.com/hetznercloud/hcloud-go/issues/313)) ([#315](https://github.com/hetznercloud/hcloud-go/issues/315)) ([5542b11](https://github.com/hetznercloud/hcloud-go/commit/5542b11a3fd9923e8a8d6359dddf0b2cbc15a957))


### Bug Fixes

* ensure the pollBackoffFunc is correctly set ([#322](https://github.com/hetznercloud/hcloud-go/issues/322)) ([#323](https://github.com/hetznercloud/hcloud-go/issues/323)) ([9e19dea](https://github.com/hetznercloud/hcloud-go/commit/9e19deac2e65a80d7d76c30c1ce85c44f5d7d628))

## [1.50.0](https://github.com/hetznercloud/hcloud-go/compare/v1.49.1...v1.50.0) (2023-08-24)


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.50.0" // x-release-please-version
const Version = "1.51.0" // x-release-please-version

0 comments on commit f2d5292

Please sign in to comment.