We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0f0201 commit ba5e086Copy full SHA for ba5e086
2 files changed
HISTORY.md
@@ -1,5 +1,9 @@
1
# createsend-ruby history
2
3
+## v4.1.0 - 4 Aug, 2015
4
+
5
+* Added support for Transactional Email
6
7
## v4.0.2 - 15 Oct, 2014
8
9
* Bumped and simplified `hashie` dependency to `~> 3.0`
lib/createsend/version.rb
@@ -1,3 +1,3 @@
module CreateSend
- VERSION = "4.0.2" unless defined?(CreateSend::VERSION)
+ VERSION = "4.1.0" unless defined?(CreateSend::VERSION)
end
0 commit comments