Skip to content

Commit 5e42e6f

Browse files
chore(main): release 2.17.1 (#569)
🤖 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>
1 parent 103cf5e commit 5e42e6f

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"2.17.0"}
1+
{".":"2.17.1"}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.17.1](https://github.com/hetznercloud/hcloud-go/compare/v2.17.0...v2.17.1) (2024-12-17)
4+
5+
6+
### Bug Fixes
7+
8+
* 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))
9+
310
## [2.17.0](https://github.com/hetznercloud/hcloud-go/compare/v2.16.0...v2.17.0) (2024-11-20)
411

512

hcloud/hcloud.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ breaking changes.
2727
package hcloud
2828

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

0 commit comments

Comments
 (0)