diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ef9dd69..0809e410 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,11 +3,11 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## [Unreleased] +## [1.17.0] - 2019-09-21 ### Added -- Add Rails 6 support for Mongoid Adapter - @unused +- Add Rails 6 support for Mongoid adapter - @unused ## [1.16.0] - 2019-08-20 @@ -284,7 +284,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). This [gist][gist] did refactor the Jose Valim's code into an `ActiveSupport::Concern`. [gist]: https://gist.github.com/gonzalo-bulnes/7659739 -[Unreleased]: https://github.com/gonzalo-bulnes/simple_token_authentication/compare/v1.16.0...master +[Unreleased]: https://github.com/gonzalo-bulnes/simple_token_authentication/compare/v1.17.0...master +[1.17.0]: https://github.com/gonzalo-bulnes/simple_token_authentication/compare/v1.16.0...v1.17.0 [1.16.0]: https://github.com/gonzalo-bulnes/simple_token_authentication/compare/v1.15.1...v1.16.0 [1.15.1]: https://github.com/gonzalo-bulnes/simple_token_authentication/compare/v1.15.0...v1.15.1 [1.15.0]: https://github.com/gonzalo-bulnes/simple_token_authentication/compare/v1.14.0...v1.15.0 diff --git a/lib/simple_token_authentication/version.rb b/lib/simple_token_authentication/version.rb index bfad6ba7..4d42aa22 100644 --- a/lib/simple_token_authentication/version.rb +++ b/lib/simple_token_authentication/version.rb @@ -1,3 +1,3 @@ module SimpleTokenAuthentication - VERSION = "1.16.0".freeze + VERSION = "1.17.0".freeze end