Skip to content

Commit e9b0910

Browse files
Bump version number
1 parent 055ec1f commit e9b0910

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
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.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/).
284284
This [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
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module SimpleTokenAuthentication
2-
VERSION = "1.16.0".freeze
2+
VERSION = "1.17.0".freeze
33
end

0 commit comments

Comments
 (0)