Skip to content

Commit d9a83ad

Browse files
author
Hetzner Cloud Bot
committed
chore(main): release v1.62.1
1 parent 25fbaf2 commit d9a83ad

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [v1.62.1](https://github.com/hetznercloud/cli/releases/tag/v1.62.1)
4+
5+
### Bug Fixes
6+
7+
- **server-type**: do not print locations that are unavailable (after deprecation) (#1369)
8+
- long version info not displayed correctly in release builds (#1374)
9+
310
## [v1.62.0](https://github.com/hetznercloud/cli/releases/tag/v1.62.0)
411

512
### Features

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.62.0" // x-releaser-pleaser-version
7+
version = "1.62.1" // x-releaser-pleaser-version
88

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

0 commit comments

Comments
 (0)