From c9056b27e5bd1c69b296379c7b9b89b5f125a272 Mon Sep 17 00:00:00 2001 From: Hetzner Cloud Bot <45457231+hcloud-bot@users.noreply.github.com> Date: Thu, 16 Jan 2025 16:35:14 +0100 Subject: [PATCH] chore(main): release v1.50.0 (#936) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### Features - **certificate**: allow adding labels during create (#949) ### Bug Fixes - display $ when the currency is USD (#933) - **network**: missing load_balancers property in schema ---

PR by releaser-pleaser 🤖

If you want to modify the proposed release, add you overrides here. You can learn more about the options in the docs. ## Release Notes ### Prefix / Start This will be added to the start of the release notes. ```rp-prefix ``` ### Suffix / End This will be added to the end of the release notes. ```rp-suffix ```
Co-authored-by: releaser-pleaser <> --- CHANGELOG.md | 11 +++++++++++ internal/version/version.go | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fa9b7a6..f3e2f6fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [v1.50.0](https://github.com/hetznercloud/cli/releases/tag/v1.50.0) + +### Features + +- **certificate**: allow adding labels during create (#949) + +### Bug Fixes + +- display $ when the currency is USD (#933) +- **network**: missing load_balancers property in schema + ## [v1.49.0](https://github.com/hetznercloud/cli/releases/tag/v1.49.0) ### Features diff --git a/internal/version/version.go b/internal/version/version.go index 8605552d..77a7d969 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.49.0" // x-releaser-pleaser-version + version = "1.50.0" // x-releaser-pleaser-version // versionPrerelease is a semver version pre-release identifier (https://semver.org). //