diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..4f9b7cb --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,18 @@ +# Change Log + +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.0.2] - [2017-05-17] + +### Added +- All variables of SQL queries are bound to error messages (@Dobrodushny) + +## [0.0.1] - [2017-02-12] +This is a first public release (@nepalez) + +[Unreleased]: https://github.com/tram-rb/tram-policy +[0.0.1]: https://github.com/nepalez/rspec-sqlimit/releases/tag/v0.0.1 +[0.0.2]: https://github.com/nepalez/rspec-sqlimit/compare/v0.0.1...v0.0.2 diff --git a/rspec-sqlimit.gemspec b/rspec-sqlimit.gemspec index 0f2e318..9adaf85 100644 --- a/rspec-sqlimit.gemspec +++ b/rspec-sqlimit.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |gem| gem.name = "rspec-sqlimit" - gem.version = "0.0.1" + gem.version = "0.0.2" gem.author = "Andrew Kozin (nepalez)" gem.email = "andrew.kozin@gmail.com" gem.homepage = "https://github.com/nepalez/rspec-sqlimit"