CHANGELOG.md in csv2hash-0.6.6 vs CHANGELOG.md in csv2hash-0.6.7
- old
+ new
@@ -1,10 +1,20 @@
+### VERSION 0.6.7
+
+* enhancements
+ * initializer can be take block or value
+
+* refactoring
+ * following rails way for naming file
+
+* [fullchanges](https://github.com/FinalCAD/csv2hash/pull/17)
+
### VERSION 0.6.6
* refactoring
* little trick on YamlLoader
-* [fullchanges](https://github.com/FinalCAD/csv2hash/pull/17)
+* [fullchanges](https://github.com/FinalCAD/csv2hash/commit/a4b3fb5b6cdb3ed41b039f68391b30054fab3668)
### VERSION 0.6.5
* enhancements
* Add Coercer for deserialize field from Yaml like ExtraValidator and Regex