Skip to content

Commit 6f13d99

Browse files
committed
Version 4.1.2
1 parent 8513a62 commit 6f13d99

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

HISTORY.md

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

3+
## v4.1.2 - 27 Nov, 2017
4+
* Fix for the GZip compression issue: https://github.com/jnunemaker/httparty/issues/562
5+
36
## v4.1.1 - 14 Jan, 2016
47

58
* Drop support for Ruby 1.9.3 ([#49](https://github.com/campaignmonitor/createsend-ruby/pull/49))

lib/createsend/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module CreateSend
2-
VERSION = "4.1.1" unless defined?(CreateSend::VERSION)
2+
VERSION = "4.1.2" unless defined?(CreateSend::VERSION)
33
end

0 commit comments

Comments
 (0)