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.0 ] - 2022-12-27
77
88### Added
99
@@ -294,7 +294,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
294294This [ gist] [ gist ] did refactor the Jose Valim's code into an ` ActiveSupport::Concern ` .
295295
296296[ gist ] : https://gist.github.com/gonzalo-bulnes/7659739
297- [ Unreleased ] : https://github.com/gonzalo-bulnes/simple_token_authentication/compare/v1.17.0...master
297+ [ Unreleased ] : https://github.com/gonzalo-bulnes/simple_token_authentication/compare/v1.18.0...master
298+ [ 1.18.0 ] : https://github.com/gonzalo-bulnes/simple_token_authentication/compare/v1.17.0...v1.18.0
298299[ 1.17.0 ] : https://github.com/gonzalo-bulnes/simple_token_authentication/compare/v1.16.0...v1.17.0
299300[ 1.16.0 ] : https://github.com/gonzalo-bulnes/simple_token_authentication/compare/v1.15.1...v1.16.0
300301[ 1.15.1 ] : https://github.com/gonzalo-bulnes/simple_token_authentication/compare/v1.15.0...v1.15.1
Original file line number Diff line number Diff line change 11module SimpleTokenAuthentication
2- VERSION = "1.17 .0" . freeze
2+ VERSION = "1.18 .0" . freeze
33end
You can’t perform that action at this time.
0 commit comments