Skip to content

Commit

Permalink
chore(release): Bump version to v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aurelien-reeves-scalingo committed Jan 3, 2023
1 parent 16c26b9 commit 48499c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))

Expand Down
2 changes: 1 addition & 1 deletion lib/scalingo/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Scalingo
VERSION = "3.2.0"
VERSION = "3.3.0"
end

0 comments on commit 48499c1

Please sign in to comment.