CHANGELOG.md in pocket-ruby-0.2.1 vs CHANGELOG.md in pocket-ruby-0.3.0
- old
+ new
@@ -1,6 +1,13 @@
## [Unreleased]
+## [0.3.0] - 2021-04-11
+
+- Hand article with missing `excerpt`. ([#63](https://github.com/turadg/pocket-ruby/pull/63))
+- Add support for `domain_metadata` in Article response. ([#57](https://github.com/turadg/pocket-ruby/pull/57))
+- Add `time_to_read` field to `Pocket::Article`.
+- Return nil for `word_count` if not present ([#48](https://github.com/turadg/pocket-ruby/pull/48))
+
## [0.2.1] - 2021-04-10
- Return nil if `time_read` or `time_favorited` is '0' in the API response. Otherwise, this may be interpreted the Unix epoch (1970-01-01). ([#46](https://github.com/turadg/pocket-ruby/pull/46))
## [0.2.0] - 2021-04-03