CHANGELOG.md in pocket-ruby-0.5.0 vs CHANGELOG.md in pocket-ruby-0.6.0

- old
+ new

@@ -1,5 +1,16 @@ +## [0.6.0] - 2024-10-07 +- Upgrade Ruby to Version 3.3.5 +- Upgrade Faraday to Version 2 +- Removes faraday_middleware as it is no longer supported +- Updates the Connection builder to not use the calls specific to faraday_middleware +- Upgrade activesupport to 7.2 +- Upgrade Sinatra to version 3 + ## [Unreleased] + +- Ownership transferred to `@andyw8` ([#108](https://github.com/turadg/pocket-ruby/pull/108)) +- Set Faraday version constraint ([#104](https://github.com/turadg/pocket-ruby/pull/104)) ## [0.5.0] - 2021-05-15 - Use Sinatra 2. ([#92](https://github.com/turadg/pocket-ruby/pull/92)) - Add `Pocket::Image` class. ([#90](https://github.com/turadg/pocket-ruby/pull/90))