Skip to content

Commit

Permalink
Bump version to v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
floriandejonckheere committed Aug 30, 2024
1 parent f475570 commit 0022973
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 v2.2.1 (2024-08-30)

- Add deprecation warning for `Pricing#floating_ip`

Expand Down
2 changes: 1 addition & 1 deletion lib/hcloud/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module HCloud
module Version
MAJOR = 2
MINOR = 2
PATCH = 0
PATCH = 1
PRE = nil

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

0 comments on commit 0022973

Please sign in to comment.