Skip to content

Commit fbfa512

Browse files
authored
chore(main): release v1.64.1 (#1399)
<!-- section-start changelog --> ### Bug Fixes - apple's signing and notarizing release pipeline <!-- 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: Hetzner Cloud Bot <>
1 parent e357d8e commit fbfa512

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [v1.64.1](https://github.com/hetznercloud/cli/releases/tag/v1.64.1)
4+
5+
### Bug Fixes
6+
7+
- apple's signing and notarizing release pipeline
8+
39
## [v1.64.0](https://github.com/hetznercloud/cli/releases/tag/v1.64.0)
410

511
### Primary IPs `assignee_type` behavior change

internal/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import "runtime/debug"
44

55
var (
66
// version is a semver version (https://semver.org).
7-
version = "1.64.0" // x-releaser-pleaser-version
7+
version = "1.64.1" // x-releaser-pleaser-version
88

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

0 commit comments

Comments
 (0)