CHANGELOG.md in coolkit-0.1.0 vs CHANGELOG.md in coolkit-0.2.0
- old
+ new
@@ -5,9 +5,15 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
<!-- ## [Unreleased] -->
+## 0.2.0 (2019-11-17)
+
+### Added
+
+- `JSON.read` to replace `JSON.parse(File.read(path))`. Inspired by `CSV.read`.
+
## 0.1.0 (2019-11-17)
### Added
- `Coolkit::Error` and `Coolkit::VERSION`.