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 ]
6+ ## [ 1.18.1 ] - 2023-01-03
77
88### Fixed
99
@@ -300,7 +300,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
300300This [ gist] [ gist ] did refactor the Jose Valim's code into an ` ActiveSupport::Concern ` .
301301
302302[ gist ] : https://gist.github.com/gonzalo-bulnes/7659739
303- [ Unreleased ] : https://github.com/gonzalo-bulnes/simple_token_authentication/compare/v1.18.0...master
303+ [ Unreleased ] : https://github.com/gonzalo-bulnes/simple_token_authentication/compare/v1.18.1...master
304+ [ 1.18.1 ] : https://github.com/gonzalo-bulnes/simple_token_authentication/compare/v1.18.0...v1.18.1
304305[ 1.18.0 ] : https://github.com/gonzalo-bulnes/simple_token_authentication/compare/v1.17.0...v1.18.0
305306[ 1.17.0 ] : https://github.com/gonzalo-bulnes/simple_token_authentication/compare/v1.16.0...v1.17.0
306307[ 1.16.0 ] : https://github.com/gonzalo-bulnes/simple_token_authentication/compare/v1.15.1...v1.16.0
Original file line number Diff line number Diff line change 11module SimpleTokenAuthentication
2- VERSION = "1.18.0 " . freeze
2+ VERSION = "1.18.1 " . freeze
33end
You can’t perform that action at this time.
0 commit comments