CHANGELOG.md in tram-policy-0.2.1 vs CHANGELOG.md in tram-policy-0.2.2
- 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.2] - [2017-09-12]
+
+### Changed
+- Policy class methods `all`, `local`, and `scope` was made public (nepalez)
+
## [0.2.1] - [2017-08-28]
### Changed
- Updated dependency from [dry-initializer] to v2.0.0 (nepalez)
@@ -100,5 +105,6 @@
[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.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
+[0.2.2]: https://github.com/tram-rb/tram-policy/compare/v0.2.1...v0.2.2