CHANGELOG.md in wordpress-exporter-0.0.2 vs CHANGELOG.md in wordpress-exporter-0.1.0
- old
+ new
@@ -1,8 +1,20 @@
# Change Log
+
+## Master
+
+## 0.1.0
+### Fixed
+* Posts without `wp:post_date` or `wp:post_date_gmt` now get defaulted to `Date.today` instead of throwing an error [#8](https://github.com/contentful/wordpress-exporter.rb/issues/8)
+
+### Added
+* Author Extraction [#10](https://github.com/contentful/wordpress-exporter.rb/pull/10)
+
+
## 0.0.2
### Fixed
* Issues with `attachment_description`
+
## 0.0.1
### Other
* Initial release