File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
lib/simple_token_authentication Expand file tree Collapse file tree 2 files changed +5
-4
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 ]
6+ ## [ 1.17.0 ] - 2019-09-21
77
88### Added
99
10- - Add Rails 6 support for Mongoid Adapter - @unused
10+ - Add Rails 6 support for Mongoid adapter - @unused
1111
1212## [ 1.16.0] - 2019-08-20
1313
@@ -284,7 +284,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
284284This [ gist] [ gist ] did refactor the Jose Valim's code into an ` ActiveSupport::Concern ` .
285285
286286[ gist ] : https://gist.github.com/gonzalo-bulnes/7659739
287- [ Unreleased ] : https://github.com/gonzalo-bulnes/simple_token_authentication/compare/v1.16.0...master
287+ [ Unreleased ] : https://github.com/gonzalo-bulnes/simple_token_authentication/compare/v1.17.0...master
288+ [ 1.17.0 ] : https://github.com/gonzalo-bulnes/simple_token_authentication/compare/v1.16.0...v1.17.0
288289[ 1.16.0 ] : https://github.com/gonzalo-bulnes/simple_token_authentication/compare/v1.15.1...v1.16.0
289290[ 1.15.1 ] : https://github.com/gonzalo-bulnes/simple_token_authentication/compare/v1.15.0...v1.15.1
290291[ 1.15.0 ] : https://github.com/gonzalo-bulnes/simple_token_authentication/compare/v1.14.0...v1.15.0
Original file line number Diff line number Diff line change 11module SimpleTokenAuthentication
2- VERSION = "1.16 .0" . freeze
2+ VERSION = "1.17 .0" . freeze
33end
You can’t perform that action at this time.
0 commit comments