CHANGELOG.md in omniauth-google-oauth2-1.0.0 vs CHANGELOG.md in omniauth-google-oauth2-1.0.1
- old
+ new
@@ -1,17 +1,32 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 1.0.1 - 2022-03-10
+
+### Added
+- Output granted scopes in credentials block of the auth hash.
+- Migrated to GitHub actions.
+
+### Deprecated
+- Nothing.
+
+### Removed
+- Nothing.
+
+### Fixed
+- Overriding the `redirect_uri` via params or JSON request body.
+
## 1.0.0 - 2021-03-14
### Added
- Support for Omniauth 2.x!
### Deprecated
- Nothing.
### Removed
-- Support for Omniauth 1.x
+- Support for Omniauth 1.x.
### Fixed
- Nothing.
## 0.8.2 - 2021-03-14