Skip to content

Commit

Permalink
chore(main): release v1.50.0 (#936)
Browse files Browse the repository at this point in the history
<!-- 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 <>
  • Loading branch information
hcloud-bot authored Jan 16, 2025
1 parent 554ec50 commit c9056b2
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 c9056b2

Please sign in to comment.