CHANGELOG.md in simple_token_authentication-1.17.0 vs CHANGELOG.md in simple_token_authentication-1.18.0
- old
+ new
@@ -1,10 +1,20 @@
# Change Log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
+## [1.18.0] - 2022-12-27
+
+### Added
+
+- Add Rails 7 support - @OskarEichler
+
+### Fixed
+
+- Undesirable override of hooks by (no-op) default implementation - @Startouf
+
## [1.17.0] - 2019-09-21
### Added
- Add Rails 6 support for Mongoid adapter - @unused
@@ -282,10 +292,11 @@
## Previously
This [gist][gist] did refactor the Jose Valim's code into an `ActiveSupport::Concern`.
[gist]: https://gist.github.com/gonzalo-bulnes/7659739
-[Unreleased]: https://github.com/gonzalo-bulnes/simple_token_authentication/compare/v1.17.0...master
+[Unreleased]: https://github.com/gonzalo-bulnes/simple_token_authentication/compare/v1.18.0...master
+[1.18.0]: https://github.com/gonzalo-bulnes/simple_token_authentication/compare/v1.17.0...v1.18.0
[1.17.0]: https://github.com/gonzalo-bulnes/simple_token_authentication/compare/v1.16.0...v1.17.0
[1.16.0]: https://github.com/gonzalo-bulnes/simple_token_authentication/compare/v1.15.1...v1.16.0
[1.15.1]: https://github.com/gonzalo-bulnes/simple_token_authentication/compare/v1.15.0...v1.15.1
[1.15.0]: https://github.com/gonzalo-bulnes/simple_token_authentication/compare/v1.14.0...v1.15.0
[1.14.0]: https://github.com/gonzalo-bulnes/simple_token_authentication/compare/v1.13.0...v1.14.0