Skip to content

Commit

Permalink
chore(main): release 2.17.1 (#569)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[2.17.1](v2.17.0...v2.17.1)
(2024-12-17)


### Bug Fixes

* missing load-balancers property in network schema
([#568](#568))
([103cf5e](103cf5e))

---
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] authored Dec 17, 2024
1 parent 103cf5e commit 5e42e6f
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 @@
{".":"2.17.0"}
{".":"2.17.1"}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.17.1](https://github.com/hetznercloud/hcloud-go/compare/v2.17.0...v2.17.1) (2024-12-17)


### Bug Fixes

* missing load-balancers property in network schema ([#568](https://github.com/hetznercloud/hcloud-go/issues/568)) ([103cf5e](https://github.com/hetznercloud/hcloud-go/commit/103cf5e3392b424c6ee16e9f590d8082be6977b7))

## [2.17.0](https://github.com/hetznercloud/hcloud-go/compare/v2.16.0...v2.17.0) (2024-11-20)


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

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

0 comments on commit 5e42e6f

Please sign in to comment.