Skip to content

Commit

Permalink
chore: version 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ksol committed Dec 28, 2023
1 parent cd97ef2 commit d68f530
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
## Unreleased

## 3.5.0 - 2023-12-28

* Change: update Faraday to 2.x, released about two years ago. The public API of this gem doesn't change, therefore this is not a major release. However, if you manipulate directly faraday's objects, you may encounter breaking changes. Refer to [Faraday's website](https://lostisland.github.io/faraday/) for how to migrate.
* Compat: drop support for Ruby < 3. The lib is still expected to work for the time being.
* Compat: include Ruby 3.3 in the test matrix

## 3.4.0 - 2023-01-26

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.4.0"
VERSION = "3.5.0"
end

0 comments on commit d68f530

Please sign in to comment.