CHANGELOG.md in contentful_middleman-1.3.2 vs CHANGELOG.md in contentful_middleman-1.4.0
- old
+ new
@@ -1,7 +1,16 @@
# Change Log
## Unreleased
+## 1.4.0
+
+### Added
+* Add asset's `:description` to asset mapping[#82](https://github.com/contentful/contentful_middleman/pull/82)
+* Add Page Size customization option when using `:all_entries`[#90](https://github.com/contentful/contentful_middleman/issues/90)
+
+### Fixed
+* Fixed error when asset's `:file` field is `nil`[#85](https://github.com/contentful/contentful_middleman/issues/85)
+
## 1.3.2
### Fixed
* Fixed Entry ID fetch on import task when having an ID field in the Content Type[#77](https://github.com/contentful/contentful_middleman/issues/77)
* Fixed `NoMethodError` when Entry has no populated fields[#76](https://github.com/contentful/contentful_middleman/issues/76)