We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a59cfc commit 15f2fc1Copy full SHA for 15f2fc1
CHANGELOG.md
@@ -1,6 +1,20 @@
1
# Changelog
2
All notable changes to this project will be documented in this file.
3
4
+## 0.2.5 - 2014-07-09
5
+
6
+### Added
7
+- Support for versions of omniauth past 1.0.x.
8
9
+### Deprecated
10
+- Nothing.
11
12
+### Removed
13
14
15
+### Fixed
16
17
18
## 0.2.4 - 2014-04-25
19
20
### Added
lib/omniauth/google_oauth2/version.rb
@@ -1,5 +1,5 @@
module OmniAuth
module GoogleOauth2
- VERSION = "0.2.4"
+ VERSION = "0.2.5"
end
-end
+end
0 commit comments