CHANGELOG.md in anyway_config-1.0.0 vs CHANGELOG.md in anyway_config-1.1.0
- old
+ new
@@ -1,6 +1,14 @@
# Change log
+## 1.1.0 (2017-10-06)
+
+- Add `#to_h` method. ([@palkan][])
+
+See [#4](https://github.com/palkan/anyway_config/issues/4).
+
+- Make it possible to extend configuration parameters. ([@palkan][])
+
## 1.0.0 (2017-06-20)
- Lazy load and parse ENV configurtaion. ([@palkan][])
- Add support for ERB in YML configuration. ([@palkan][])