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 8513a62 commit 6f13d99Copy full SHA for 6f13d99
HISTORY.md
@@ -1,5 +1,8 @@
1
# createsend-ruby history
2
3
+## v4.1.2 - 27 Nov, 2017
4
+* Fix for the GZip compression issue: https://github.com/jnunemaker/httparty/issues/562
5
+
6
## v4.1.1 - 14 Jan, 2016
7
8
* Drop support for Ruby 1.9.3 ([#49](https://github.com/campaignmonitor/createsend-ruby/pull/49))
lib/createsend/version.rb
@@ -1,3 +1,3 @@
module CreateSend
- VERSION = "4.1.1" unless defined?(CreateSend::VERSION)
+ VERSION = "4.1.2" unless defined?(CreateSend::VERSION)
end
0 commit comments