File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
lib/simple_token_authentication Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
55
6- ## [ Unreleased ] - 2019-08-20
6+ ## [ 1.16.0 ] - 2019-08-20
77
88### Added
99
@@ -278,7 +278,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
278278This [ gist] [ gist ] did refactor the Jose Valim's code into an ` ActiveSupport::Concern ` .
279279
280280[ gist ] : https://gist.github.com/gonzalo-bulnes/7659739
281- [ Unreleased ] : https://github.com/gonzalo-bulnes/simple_token_authentication/compare/v1.15.1...master
281+ [ Unreleased ] : https://github.com/gonzalo-bulnes/simple_token_authentication/compare/v1.16.0...master
282+ [ 1.16.0 ] : https://github.com/gonzalo-bulnes/simple_token_authentication/compare/v1.15.1...v1.16.0
282283[ 1.15.1 ] : https://github.com/gonzalo-bulnes/simple_token_authentication/compare/v1.15.0...v1.15.1
283284[ 1.15.0 ] : https://github.com/gonzalo-bulnes/simple_token_authentication/compare/v1.14.0...v1.15.0
284285[ 1.14.0 ] : https://github.com/gonzalo-bulnes/simple_token_authentication/compare/v1.13.0...v1.14.0
Original file line number Diff line number Diff line change 11module SimpleTokenAuthentication
2- VERSION = "1.15.1 " . freeze
2+ VERSION = "1.16.0 " . freeze
33end
You can’t perform that action at this time.
0 commit comments