From c4b611b814720369ccb582b0135d326164dd217b Mon Sep 17 00:00:00 2001 From: Hetzner Cloud Bot <45457231+hcloud-bot@users.noreply.github.com> Date: Fri, 8 Nov 2024 12:22:25 +0100 Subject: [PATCH] chore(main): release 1.49.0 --- .github/release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ internal/version/version.go | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 64a679de..85c64f31 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1 +1 @@ -{".":"1.48.0"} +{".":"1.49.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 17140c35..f296803f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.49.0](https://github.com/hetznercloud/cli/compare/v1.48.0...v1.49.0) (2024-11-08) + + +### Features + +* drop support for go 1.21 ([#902](https://github.com/hetznercloud/cli/issues/902)) ([d6bd9bd](https://github.com/hetznercloud/cli/commit/d6bd9bd49d6bb70375edd68502b59787244173cb)) + + +### Bug Fixes + +* macOS binary not notarized ([#868](https://github.com/hetznercloud/cli/issues/868)) ([0691b32](https://github.com/hetznercloud/cli/commit/0691b32bc55b819211337a598acd6b6dd9bf2625)), closes [#828](https://github.com/hetznercloud/cli/issues/828) + ## [1.48.0](https://github.com/hetznercloud/cli/compare/v1.47.0...v1.48.0) (2024-10-25) diff --git a/internal/version/version.go b/internal/version/version.go index 15d883a1..32a9a2c7 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -2,7 +2,7 @@ package version var ( // version is a semver version (https://semver.org). - version = "1.48.0" // x-release-please-version + version = "1.49.0" // x-release-please-version // versionPrerelease is a semver version pre-release identifier (https://semver.org). //