CHANGELOG.md in simple_token_authentication-1.15.0 vs CHANGELOG.md in simple_token_authentication-1.15.1
- old
+ new
@@ -1,10 +1,18 @@
# Change Log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
+## [1.15.1] - 2017-01-26
+
+## Fixed
+
+- Work around [jbuilder][jbuilder] issues caused by the Rails API adapter - @IvRRimum with help from @Pepan
+
+ [jbuilder]: https://github.com/rails/jbuilder
+
## [1.15.0] - 2017-01-14
### Added
- Support for hooks, specifically `after_successful_token_authentication` for now
@@ -258,9 +266,10 @@
## Previously
This [gist][gist] did refactor the Jose Valim's code into an `ActiveSupport::Concern`.
[gist]: https://gist.github.com/gonzalo-bulnes/7659739
+[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
[1.11.0]: https://github.com/gonzalo-bulnes/simple_token_authentication/compare/v1.10.1...v1.11.0