CHANGELOG.md in pocket-ruby-0.4.0 vs CHANGELOG.md in pocket-ruby-0.5.0
- old
+ new
@@ -1,7 +1,16 @@
## [Unreleased]
-## [0.3.0] - 2021-04-18
+## [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))
+- Fix demo server. ([#93](https://github.com/turadg/pocket-ruby/pull/33))
+- Fix docs generation. ([#89](https://github.com/turadg/pocket-ruby/pull/89))
+- Add `unfavorite` operation. ([#87](https://github.com/turadg/pocket-ruby/pull/87))
+- Add `favorite` operation. ([#86](https://github.com/turadg/pocket-ruby/pull/86))
+
+## [0.4.0] - 2021-04-18
- Fix Faraday error handling. ([#81](https://github.com/turadg/pocket-ruby/pull/81))
- Don't assume `is_article` is present ([#78](https://github.com/turadg/pocket-ruby/pull/78)).
- Handle article with missing `resolved_url` or `resolved_title` ([#77](https://github.com/turadg/pocket-ruby/pull/77))
- Remove unnecessary use of `method_missing`. ([#71](https://github.com/turadg/pocket-ruby/pull/71))