diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ec6b41..05e6b95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# v0.0.3 (2017-01-30) + +## Bug fixes +- Error messages from validity and contract validators (nepalez) + +[Compare v0.0.2...v0.0.3](https://github.com/tram-rb/tram-validators/compare/v0.0.2...v0.0.3) + # v0.0.2 (2017-01-27) ## New Features diff --git a/tram-validators.gemspec b/tram-validators.gemspec index 8a3c199..50e5477 100644 --- a/tram-validators.gemspec +++ b/tram-validators.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |gem| gem.name = "tram-validators" - gem.version = "0.0.2" + gem.version = "0.0.3" gem.author = "Andrew Kozin (nepalez)" gem.email = "andrew.kozin@gmail.com" gem.homepage = "https://github.com/tram-rb/tram-validators"