CHANGELOG.md in simple_token_authentication-1.15.1 vs CHANGELOG.md in simple_token_authentication-1.16.0
- old
+ new
@@ -1,13 +1,23 @@
# Change Log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
+## [1.16.0] - 2019-08-20
+
+### Added
+
+- Add Rails 6 support - @MatthiasRMS
+
+### Fixed
+
+- Removed the `Gemfile.lock` - mostly to acknowledge that it was used only in development and is not really needed.
+
## [1.15.1] - 2017-01-26
-## Fixed
+### Fixed
- Work around [jbuilder][jbuilder] issues caused by the Rails API adapter - @IvRRimum with help from @Pepan
[jbuilder]: https://github.com/rails/jbuilder
@@ -266,10 +276,12 @@
## 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.16.0...master
+[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
[1.13.0]: https://github.com/gonzalo-bulnes/simple_token_authentication/compare/v1.12.0...v1.13.0
[1.12.0]: https://github.com/gonzalo-bulnes/simple_token_authentication/compare/v1.11.0...v1.12.0
@@ -298,6 +310,5 @@
[1.0.0-beta.2]: https://github.com/gonzalo-bulnes/simple_token_authentication/compare/v1.0.0-beta...v1.0.0-beta.2
## Inspiration
Thanks to @nTraum for pointing me at http://keepachangelog.com and to @olivierlacan for writing it in the first place!
-