Skip to content

Commit c9056b2

Browse files
authored
chore(main): release v1.50.0 (#936)
<!-- section-start changelog --> ### Features - **certificate**: allow adding labels during create (#949) ### Bug Fixes - display $ when the currency is USD (#933) - **network**: missing load_balancers property in schema <!-- section-end changelog --> --- <details> <summary><h4>PR by <a href="https://github.com/apricote/releaser-pleaser">releaser-pleaser</a> 🤖</h4></summary> 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 ``` </details> Co-authored-by: releaser-pleaser <>
1 parent 554ec50 commit c9056b2

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [v1.50.0](https://github.com/hetznercloud/cli/releases/tag/v1.50.0)
4+
5+
### Features
6+
7+
- **certificate**: allow adding labels during create (#949)
8+
9+
### Bug Fixes
10+
11+
- display $ when the currency is USD (#933)
12+
- **network**: missing load_balancers property in schema
13+
314
## [v1.49.0](https://github.com/hetznercloud/cli/releases/tag/v1.49.0)
415

516
### Features

internal/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package version
22

33
var (
44
// version is a semver version (https://semver.org).
5-
version = "1.49.0" // x-releaser-pleaser-version
5+
version = "1.50.0" // x-releaser-pleaser-version
66

77
// versionPrerelease is a semver version pre-release identifier (https://semver.org).
88
//

0 commit comments

Comments
 (0)