CHANGELOG.md in contentful-0.5.0 vs CHANGELOG.md in contentful-0.6.0
- old
+ new
@@ -1,9 +1,20 @@
# Change Log
## Unreleased
+
+## 0.6.0
### Fixed
-* Better handling of 503 responses from the API [#48](https://github.com/contentful/contentful-management.rb/pull/48)
-* Better handling of 429 responses from the API [#51](https://github.com/contentful/contentful-management.rb/pull/51)
+* Parse nested locales in `AssetFields` [#66](https://github.com/contentful/contentful.rb/pull/66)
+
+### Other
+* Update http.rb dependency to v0.8.0
+* Fix typo in service unavailable error message [#61](https://github.com/contentful/contentful.rb/pull/61)
+* Enable gzip encoding by default [#62](https://github.com/contentful/contentful.rb/pull/62)
+
+## 0.5.0
+### Fixed
+* Better handling of 503 responses from the API [#50](https://github.com/contentful/contentful.rb/pull/50)
+* Better handling of 429 responses from the API [#51](https://github.com/contentful/contentful.rb/pull/51)
### Added
* `focus` and `fit` to image handling parameters [#44](https://github.com/contentful/contentful.rb/pull/44)
## 0.4.0