Skip to content

Commit

Permalink
Merge pull request #49 from Scalingo/chore/release/bumpt-version-to-3…
Browse files Browse the repository at this point in the history
….3.0

chore(release): Bump version to v3.3.0
  • Loading branch information
aurelien-reeves-scalingo authored Jan 3, 2023
2 parents 16c26b9 + 48499c1 commit dd5b157
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 dd5b157

Please sign in to comment.