From 561a153cabf81000d293f8098659896c81e43689 Mon Sep 17 00:00:00 2001 From: Hetzner Cloud Bot <45457231+hcloud-bot@users.noreply.github.com> Date: Fri, 8 Nov 2024 12:12:59 +0100 Subject: [PATCH] chore(main): release 1.49.0 --- .github/release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ internal/version/version.go | 2 +- 3 files changed, 15 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..62cd3007 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # 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) +* replace archived github.com/golang/mock with go.uber.org/mock ([#903](https://github.com/hetznercloud/cli/issues/903)) ([9363474](https://github.com/hetznercloud/cli/commit/9363474ac521ccbc904b373225d85c7c9ab9b708)) + ## [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). //