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.
2 parents e20425a + a1afcc6 commit da620c1Copy full SHA for da620c1
HISTORY.md
@@ -1,5 +1,10 @@
1
# omniauth-createsend history
2
3
+## v1.0.4 - 22 Apr, 2020
4
+
5
+* Fix compatibility with omniauth-oauth2 v1.4+ by @pjg: https://github.com/jdennes/omniauth-createsend/pull/5
6
+* Update dependencies.
7
8
## v1.0.3 - 19 Jan, 2015
9
10
* Patch release to update dependencies and improve some code formatting.
lib/omniauth/createsend/version.rb
@@ -1,5 +1,5 @@
module OmniAuth
module CreateSend
- VERSION = "1.0.3"
+ VERSION = "1.0.4"
end
0 commit comments