Skip to content

Commit

Permalink
chore(main): release v1.50.0
Browse files Browse the repository at this point in the history
  • Loading branch information
releaser-pleaser committed Jan 4, 2025
1 parent b635a84 commit 6a0b514
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion internal/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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).
//
Expand Down

0 comments on commit 6a0b514

Please sign in to comment.