diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 95b17938..6f6cd640 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1 +1 @@ -{".":"2.12.0"} +{".":"2.13.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 04764492..c22fe2dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.13.0](https://github.com/hetznercloud/hcloud-go/compare/v2.12.0...v2.13.0) (2024-08-06) + + +### Features + +* **network:** add new network zone ap-southeast ([#501](https://github.com/hetznercloud/hcloud-go/issues/501)) ([a79a06b](https://github.com/hetznercloud/hcloud-go/commit/a79a06b0dda182e968a7a6e5cef9a4181414f29e)) + + +### Bug Fixes + +* update `NetworkSubnetType` constants ([#499](https://github.com/hetznercloud/hcloud-go/issues/499)) ([ce497fe](https://github.com/hetznercloud/hcloud-go/commit/ce497fe89ccd9cccd8dc84ccd854427484fdd031)) + ## [2.12.0](https://github.com/hetznercloud/hcloud-go/compare/v2.11.0...v2.12.0) (2024-07-25) ### API Changes for Traffic Prices and Server Type Included Traffic diff --git a/hcloud/hcloud.go b/hcloud/hcloud.go index 6dc97ef2..8eec39fd 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.12.0" // x-release-please-version +const Version = "2.13.0" // x-release-please-version