CHANGELOG.md in tram-policy-0.2.0 vs CHANGELOG.md in tram-policy-0.2.1
- old
+ new
@@ -2,10 +2,15 @@
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
+## [0.2.1] - [2017-08-28]
+
+### Changed
+- Updated dependency from [dry-initializer] to v2.0.0 (nepalez)
+
## [0.2.0] - [2017-08-19]
### Added
- Support for unnamed block validators (@nepalez)
@@ -86,12 +91,14 @@
- Minor bugs in generators (@nepalez)
## [0.0.1] - [2017-04-18]
This is a first public release (@nepalez, @charlie-wasp, @JewelSam, @sergey-chechaev)
+[dry-initializer]: https://github.com/dry-rb/dry-initializer
[Unreleased]: https://github.com/tram-rb/tram-policy
[0.0.1]: https://github.com/tram-rb/tram-policy/releases/tag/v0.0.1
[0.0.2]: https://github.com/tram-rb/tram-policy/compare/v0.0.1...v0.0.2
[0.0.3]: https://github.com/tram-rb/tram-policy/compare/v0.0.2...v0.0.3
[0.1.0]: https://github.com/tram-rb/tram-policy/compare/v0.0.3...v0.1.0
[0.1.1]: https://github.com/tram-rb/tram-policy/compare/v0.1.0...v0.1.1
-[0.1.2]: https://github.com/tram-rb/tram-policy/compare/v0.1.1...v0.2.0
\ No newline at end of file
+[0.2.0]: https://github.com/tram-rb/tram-policy/compare/v0.1.1...v0.2.0
+[0.2.1]: https://github.com/tram-rb/tram-policy/compare/v0.2.0...v0.2.1