CHANGELOG.md in tram-policy-1.0.0 vs CHANGELOG.md in tram-policy-1.0.1
- old
+ new
@@ -2,10 +2,19 @@
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/).
+## [1.0.1] - [2019-05-06]
+
+### Added
+- Support of `dry-initializer` v3.0+ (nepalez)
+
+### Fixed
+- Fix be_invalid RSpec matcher if non-policy model is passed (Envek)
+- Disable translation check for non-strings in rspec matcher (Envek)
+
## [1.0.0] - [2018-02-17]
### Changed
- RSpec matchers does't use blocks any more (nepalez)
@@ -189,5 +198,7 @@
[0.2.4]: https://github.com/tram-rb/tram-policy/compare/v0.2.3...v0.2.4
[0.2.5]: https://github.com/tram-rb/tram-policy/compare/v0.2.4...v0.2.5
[0.3.0]: https://github.com/tram-rb/tram-policy/compare/v0.2.5...v0.3.0
[0.3.1]: https://github.com/tram-rb/tram-policy/compare/v0.3.0...v0.3.1
[0.4.0]: https://github.com/tram-rb/tram-policy/compare/v0.3.1...v0.4.0
+[1.0.0]: https://github.com/tram-rb/tram-policy/compare/v0.4.0...v1.0.0
+[1.0.1]: https://github.com/tram-rb/tram-policy/compare/v1.0.0...v1.0.1