CHANGELOG.md in tram-policy-0.0.1 vs CHANGELOG.md in tram-policy-0.0.2
- old
+ new
@@ -4,10 +4,30 @@
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
+## [0.0.2] - [2017-04-25]
+The gem is battle-tested for production (in a real commertial project).
+
+### Removed
+- `.validate` with several keys for several validators at once (@nepalez)
+
+ Use a multiline version instead of `validate :foo, :bar`:
+
+ ```
+ validate :foo
+ validate :bar
+ ```
+
+### Added
+- `.validate` supports option `stop_on_failure` (@nepalez)
+
+### Fixed
+- Minor bugs in generators (@nepalez)
+
## [0.0.1] - [2017-04-18]
This is a first public release (@nepalez, @charlie-wasp, @JewelSam, @sergey-chechaev)
[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