Skip to content

Commit

Permalink
Bump version to v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
floriandejonckheere committed Jun 7, 2023
1 parent e1fef1c commit 88f3de4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## HCloud v1.6.0 (2023-06-07)

- Add `deprecation` attribute to `ServerType`
- Parse `private_net` attribute on `Server` as array
Expand Down
4 changes: 2 additions & 2 deletions lib/hcloud/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
module HCloud
module Version
MAJOR = 1
MINOR = 5
PATCH = 4
MINOR = 6
PATCH = 0
PRE = nil

VERSION = [MAJOR, MINOR, PATCH].compact.join(".")
Expand Down

0 comments on commit 88f3de4

Please sign in to comment.