From c12d16a43b175dc8b8f8968d330621ff184ab470 Mon Sep 17 00:00:00 2001 From: Hetzner Cloud Bot <45457231+hcloud-bot@users.noreply.github.com> Date: Thu, 22 Aug 2024 14:56:35 +0200 Subject: [PATCH] chore(main): release 1.47.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 8df249eb..d16b9332 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1 +1 @@ -{".":"1.46.0"} +{".":"1.47.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 459b1e13..affb30cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.47.0](https://github.com/hetznercloud/cli/compare/v1.46.0...v1.47.0) (2024-08-22) + + +### Features + +* allow deleting rDNS entries ([#839](https://github.com/hetznercloud/cli/issues/839)) ([129f51d](https://github.com/hetznercloud/cli/commit/129f51de4cc76bb12d60a43ffd3068e1764ddbb9)), closes [#814](https://github.com/hetznercloud/cli/issues/814) + + +### Bug Fixes + +* `quiet` option sometimes only working as a flag ([#846](https://github.com/hetznercloud/cli/issues/846)) ([f7c9ac6](https://github.com/hetznercloud/cli/commit/f7c9ac6241531c556544b5b398b474d05b67df9f)) +* **image:** only accept numerical ids for update, delete, label ([#844](https://github.com/hetznercloud/cli/issues/844)) ([7355571](https://github.com/hetznercloud/cli/commit/735557183200eaeb4f5f8c586e5be84f245c52fc)) + ## [1.46.0](https://github.com/hetznercloud/cli/compare/v1.45.0...v1.46.0) (2024-07-25) ### API Changes for Traffic Prices and Server Type Included Traffic diff --git a/internal/version/version.go b/internal/version/version.go index 374b8917..ebdd47b9 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.46.0" // x-release-please-version + version = "1.47.0" // x-release-please-version // versionPrerelease is a semver version pre-release identifier (https://semver.org). //