Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzalo-bulnes committed Aug 20, 2019
1 parent ad3a592 commit 0c1b185
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/simple_token_authentication/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module SimpleTokenAuthentication
VERSION = "1.15.1".freeze
VERSION = "1.16.0".freeze
end

0 comments on commit 0c1b185

Please sign in to comment.