CHANGELOG.md in pocket-ruby-0.2.0 vs CHANGELOG.md in pocket-ruby-0.2.1
- old
+ new
@@ -1,6 +1,10 @@
## [Unreleased]
+## [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
- Add support for authors and tags in `Pocket::Article` ([#44](https://github.com/turadg/pocket-ruby/pull/44))
## [0.1.0] - 2021-04-03