Skip to content

Commit

Permalink
Updated changelog for 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pierresouchay committed Feb 10, 2021
1 parent a3b5e37 commit 3add7e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@

## 2.5.0

* [Breaking] Removed support for Ruby < 2.5: since 2.4 is EOL since
almost 1y, remove it from supported version.
* Bump `required_ruby_version` from 2.0 to 2.5+
* Bump all gem dependencies
* Replace `codeclimate-test-reporter` gem with `simplecov` gem
* Thanks to [Sapr0](https://github.com/Sapr0) for the fix

## 2.4.4

Expand Down

4 comments on commit 3add7e5

@scalp42
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why would you bump minor on this? It's a major change.

@scalp42
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@pierresouchay
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hum... actually, it should be a minor as it is supposed to not be a breaking change (there are no changes from developer's perspective)
But it seems it is not :( -> probably a change in the underlying dependencies.

@scalp42 See for the exact changes: #215

So, probably the bump of faraday did broke some things...

@pierresouchay
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@scalp42 Should be fixed with b0d76d1

Please sign in to comment.