CHANGELOG.md in recite_csv-0.1.0 vs CHANGELOG.md in recite_csv-0.1.1
- old
+ new
@@ -1,2 +1,22 @@
-## 0.1.0
-- Initial Release
+## Unreleased
+
+## 0.1.1 (2017-12-03)
+
+### Changes
+
+* Rename the accessor for raw data of row from `raw_data` to `_raw_data`
+* Add support Ruby 2.2
+
+### Bug fixes
+
+* Fix typo of constant for default csv options
+
+### Misc
+
+* Support Rubocop v0.50.0 or later
+* Introduce pry
+
+
+## 0.1.0 (2017-11-30)
+
+* Initial release