diff --git a/CHANGELOG.md b/CHANGELOG.md index dda4926..8da3920 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## Unreleased +## 3.3.0 - 2023-01-03 + * Bugfix: response of Backups#create was not properly unpacked ([#44](https://github.com/Scalingo/scalingo-ruby-api/issues/44)) * New: Add default region for database API ([#45](https://github.com/Scalingo/scalingo-ruby-api/issues/44)) diff --git a/lib/scalingo/version.rb b/lib/scalingo/version.rb index 578f66f..6122795 100644 --- a/lib/scalingo/version.rb +++ b/lib/scalingo/version.rb @@ -1,3 +1,3 @@ module Scalingo - VERSION = "3.2.0" + VERSION = "3.3.0" end