From 29aa3fa4684074b928e6009d65b278fd4319d67a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 11:56:47 +0100 Subject: [PATCH] chore(main): release 2.17.0 (#553) :robot: I have created a release *beep* *boop* --- ## [2.17.0](https://github.com/hetznercloud/hcloud-go/compare/v2.16.0...v2.17.0) (2024-11-20) ### Features * **exp:** add mock requests after mock server creation ([#558](https://github.com/hetznercloud/hcloud-go/issues/558)) ([f9879fd](https://github.com/hetznercloud/hcloud-go/commit/f9879fdd5c610e76f9170ac876b65dfd38033867)) ### Bug Fixes * do not send primary IPs ID opts to the API ([#552](https://github.com/hetznercloud/hcloud-go/issues/552)) ([4e70340](https://github.com/hetznercloud/hcloud-go/commit/4e7034075363baa598a94c07083aa2a0d2779701)) --- 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> --- .github/release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ hcloud/hcloud.go | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 777e40c9..90406c35 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1 +1 @@ -{".":"2.16.0"} +{".":"2.17.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index cc80f0a8..ab78cb37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.17.0](https://github.com/hetznercloud/hcloud-go/compare/v2.16.0...v2.17.0) (2024-11-20) + + +### Features + +* **exp:** add mock requests after mock server creation ([#558](https://github.com/hetznercloud/hcloud-go/issues/558)) ([f9879fd](https://github.com/hetznercloud/hcloud-go/commit/f9879fdd5c610e76f9170ac876b65dfd38033867)) + + +### Bug Fixes + +* do not send primary IPs ID opts to the API ([#552](https://github.com/hetznercloud/hcloud-go/issues/552)) ([4e70340](https://github.com/hetznercloud/hcloud-go/commit/4e7034075363baa598a94c07083aa2a0d2779701)) + ## [2.16.0](https://github.com/hetznercloud/hcloud-go/compare/v2.15.0...v2.16.0) (2024-11-05) diff --git a/hcloud/hcloud.go b/hcloud/hcloud.go index 15d511a1..f5dc03dc 100644 --- a/hcloud/hcloud.go +++ b/hcloud/hcloud.go @@ -27,4 +27,4 @@ breaking changes. package hcloud // Version is the library's version following Semantic Versioning. -const Version = "2.16.0" // x-release-please-version +const Version = "2.17.0" // x-release-please-version