From b5d9dec6298e21d00c855c01fe791bac53c9860a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 08:23:48 +0000 Subject: [PATCH] chore(main): release v2.45.0 --- CHANGELOG.md | 9 +++++++++ hcloud/hcloud.go | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14ea4ff9..d18a06c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [v2.45.0](https://github.com/hetznercloud/hcloud-go/releases/tag/v2.45.0) + +[Compare to previous version](https://github.com/hetznercloud/hcloud-go/compare/v2.44.0...v2.45.0) + +### Features + +- **action**: add missing ActionResourceType constants (#862) ([77a6fae](https://github.com/hetznercloud/hcloud-go/commit/77a6faebba23c605f04ef4ab0b026402b9132ed1)) +- remove datacenter property from server and primary_ip (#890) ([298cccc](https://github.com/hetznercloud/hcloud-go/commit/298cccc5077eb6f93bd0706427aaf37911efb7e6)) + ## [v2.44.0](https://github.com/hetznercloud/hcloud-go/releases/tag/v2.44.0) ### Datacenters resource is now deprecated diff --git a/hcloud/hcloud.go b/hcloud/hcloud.go index b1f4ce4b..38b014f3 100644 --- a/hcloud/hcloud.go +++ b/hcloud/hcloud.go @@ -81,4 +81,4 @@ breaking changes. package hcloud // Version is the library's version following Semantic Versioning. -const Version = "2.44.0" // x-releaser-pleaser-version +const Version = "2.45.0" // x-releaser-pleaser-version