From 0c1b185fe3aff2c9c5f522795f5497d612e834fd Mon Sep 17 00:00:00 2001 From: Gonzalo Bulnes Guilpain Date: Tue, 20 Aug 2019 19:43:48 +1000 Subject: [PATCH] Bump version number --- CHANGELOG.md | 5 +++-- lib/simple_token_authentication/version.rb | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 57ab710b..24d721db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## [Unreleased] - 2019-08-20 +## [1.16.0] - 2019-08-20 ### Added @@ -278,7 +278,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.15.1...master +[Unreleased]: https://github.com/gonzalo-bulnes/simple_token_authentication/compare/v1.16.0...master +[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 [1.14.0]: https://github.com/gonzalo-bulnes/simple_token_authentication/compare/v1.13.0...v1.14.0 diff --git a/lib/simple_token_authentication/version.rb b/lib/simple_token_authentication/version.rb index 78a2364d..bfad6ba7 100644 --- a/lib/simple_token_authentication/version.rb +++ b/lib/simple_token_authentication/version.rb @@ -1,3 +1,3 @@ module SimpleTokenAuthentication - VERSION = "1.15.1".freeze + VERSION = "1.16.0".freeze end