Skip to content

Commit da620c1

Browse files
authored
Merge pull request #7 from jdennes/jdennes/new-release
Release 1.0.4
2 parents e20425a + a1afcc6 commit da620c1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

HISTORY.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# omniauth-createsend history
22

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+
38
## v1.0.3 - 19 Jan, 2015
49

510
* Patch release to update dependencies and improve some code formatting.

lib/omniauth/createsend/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module OmniAuth
22
module CreateSend
3-
VERSION = "1.0.3"
3+
VERSION = "1.0.4"
44
end
55
end

0 commit comments

Comments
 (0)