CHANGELOG.md in omniauth-google-oauth2-0.5.1 vs CHANGELOG.md in omniauth-google-oauth2-0.5.2
- old
+ new
@@ -1,11 +1,25 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 0.5.2 - 2017-07-30
+
+### Added
+- Nothing
+
+### Deprecated
+- Nothing.
+
+### Removed
+- New `authorize_url` and `token_url` endpoints are reverted until JWT 2.0 ships.
+
+### Fixed
+- Nothing
+
## 0.5.1 - 2017-07-19
### Added
-- JWT iss verification can be enabled/disabled with the `verify_iss` flag.
+- *Breaking* JWT iss verification can be enabled/disabled with the `verify_iss` flag - see the README for more details.
- Authorize options now includes `device_id` and `device_name` for private ip ranges.
### Deprecated
- Nothing.