CHANGELOG.md in contentful-importer-0.2.1 vs CHANGELOG.md in contentful-importer-0.2.2
- old
+ new
@@ -1,6 +1,15 @@
# Change Log
+## Master
+
+## 0.2.2
+### Fixed
+* Fix ZeroDivisionError bug in `--threads` option [#24]
+
+### Removed
+* Removed Gemfile.lock as it is customary for gems [#23]
+
## 0.2.1
### Added
* Update contentful-management.rb dependency to 0.7.1 [#21]
### Fixed