CHANGELOG.md in omniauth-google-oauth2-0.3.0 vs CHANGELOG.md in omniauth-google-oauth2-0.3.1
- old
+ new
@@ -1,7 +1,21 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 0.3.1 - 2016-01-28
+
+### Added
+- Verify Hosted Domain if hd is set in options.
+
+### Deprecated
+- Nothing.
+
+### Removed
+- Dependency on addressable.
+
+### Fixed
+- Nothing.
+
## 0.3.0 - 2016-01-09
### Added
- Updated verify_token to use the v3 tokeninfo endpoint.