Skip to content

Commit 7cc6808

Browse files
Bump version number
1 parent e1ea9b2 commit 7cc6808

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
All notable changes to this project will be documented in this file.
44
This 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/).
300300
This [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
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module SimpleTokenAuthentication
2-
VERSION = "1.18.0".freeze
2+
VERSION = "1.18.1".freeze
33
end

0 commit comments

Comments
 (0)