CHANGELOG.md in omniauth-google-oauth2-0.4.0 vs CHANGELOG.md in omniauth-google-oauth2-0.4.1
- old
+ new
@@ -1,7 +1,21 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 0.4.1 - 2016-03-14
+
+### Added
+- Nothing.
+
+### Deprecated
+- Nothing.
+
+### Removed
+- Nothing.
+
+### Fixed
+- Fixed JWT iat leeway by requiring ruby-jwt 1.5.2
+
## 0.4.0 - 2016-03-11
### Added
- Addedd ability to specify multiple hosted domains.
- Added a default leeway of 1 minute to JWT token validation.