CHANGELOG.md in omniauth-google-oauth2-0.2.8 vs CHANGELOG.md in omniauth-google-oauth2-0.2.9

- old
+ new

@@ -1,7 +1,21 @@ # Changelog All notable changes to this project will be documented in this file. +## 0.2.9 - 2015-10-29 + +### Added +- Nothing. + +### Deprecated +- Nothing. + +### Removed +- Nothing. + +### Fixed +- Issue with omniauth-oauth2 where redirect_uri was handled improperly. We now lock the dependency to ~> 1.3.1 + ## 0.2.8 - 2015-10-01 ### Added - Added skip_jwt option to bypass JWT decoding in case you get decoding errors.