CHANGELOG.md in omniauth-google-oauth2-0.8.0 vs CHANGELOG.md in omniauth-google-oauth2-0.8.1

- old
+ new

@@ -1,7 +1,21 @@ # Changelog All notable changes to this project will be documented in this file. +## 0.8.1 - 2020-12-12 + +### Added +- Support reading the access token from a json request body. + +### Deprecated +- Nothing. + +### Removed +- No longer verify the iat claim for JWT. + +### Fixed +- A few minor issues with .rubocop.yml. + ## 0.8.0 - 2019-08-21 ### Added - Updated omniauth-oauth2 to v1.6.0 for security fixes.