CHANGELOG.md in omniauth-google-oauth2-0.5.3 vs CHANGELOG.md in omniauth-google-oauth2-0.5.4

- old
+ new

@@ -1,8 +1,22 @@ # Changelog All notable changes to this project will be documented in this file. +## 0.5.4 - 2018-12-07 + +### Added +- New recommended endpoints for Google OAuth. + +### Deprecated +- Nothing. + +### Removed +- Nothing. + +### Fixed +- Nothing. + ## 0.5.3 - 2018-01-25 ### Added - Added support for the JWT 2.x gem. - Now fully qualifies the `JWT` class to prevent conflicts with the `Omniauth::JWT` strategy. @@ -18,19 +32,19 @@ - Nothing. ## 0.5.2 - 2017-07-30 ### Added -- Nothing +- Nothing. ### Deprecated - Nothing. ### Removed - New `authorize_url` and `token_url` endpoints are reverted until JWT 2.0 ships. ### Fixed -- Nothing +- Nothing. ## 0.5.1 - 2017-07-19 ### Added - *Breaking* JWT iss verification can be enabled/disabled with the `verify_iss` flag - see the README for more details.