We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d199adc commit 4b1d2c6Copy full SHA for 4b1d2c6
2 files changed
HISTORY.md
@@ -1,5 +1,8 @@
1
# createsend-ruby history
2
3
+## v5.1.0 - 3 Sep, 2019
4
+* Added support for [Journey API](https://www.campaignmonitor.com/api/journeys/)
5
+
6
## v5.0.0 - 19 Jun, 2018
7
* Upgrades to Createsend API v3.2 which includes new breaking changes
8
* Breaking: 'Consent to track' field is now mandatory for sending smart and classic transactionl emails
lib/createsend/version.rb
@@ -1,3 +1,3 @@
module CreateSend
- VERSION = "5.0.0" unless defined?(CreateSend::VERSION)
+ VERSION = "5.1.0" unless defined?(CreateSend::VERSION)
end
0 commit comments