CHANGELOG.md in middlegem-0.1.0 vs CHANGELOG.md in middlegem-0.2.0
- old
+ new
@@ -4,11 +4,16 @@
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] - 2021-07-18
+### Added
+- The ability to change how `ArrayDefinition` matches middleware classes.
+
## [0.1.0] - 2021-07-08
### Added
- The initial `middlegem` gem.
-[Unreleased]: https://github.com/jacoblockard99/middlegem/compare/v0.1.0...HEAD
+[Unreleased]: https://github.com/jacoblockard99/middlegem/compare/v0.2.0...HEAD
[0.1.0]: https://github.com/jacoblockard99/middlegem/releases/tag/v0.1.0
+[0.2.0]: https://github.com/jacoblockard99/middlegem/releases/tag/v0.2.0