Skip to content

Commit c5a3fd0

Browse files
Bump version number
1 parent d5de472 commit c5a3fd0

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.0] - 2022-12-27
77

88
### Added
99

@@ -294,7 +294,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
294294
This [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
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module SimpleTokenAuthentication
2-
VERSION = "1.17.0".freeze
2+
VERSION = "1.18.0".freeze
33
end

0 commit comments

Comments
 (0)