File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
14
## [ v1.49.0] ( https://github.com/hetznercloud/cli/releases/tag/v1.49.0 )
4
15
5
16
### Features
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package version
2
2
3
3
var (
4
4
// 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
6
6
7
7
// versionPrerelease is a semver version pre-release identifier (https://semver.org).
8
8
//
You can’t perform that action at this time.
0 commit comments