Skip to content

Commit 4b1d2c6

Browse files
author
Tushar Madhukar
committed
Version 5.1.0
1 parent d199adc commit 4b1d2c6

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

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+
## v5.1.0 - 3 Sep, 2019
4+
* Added support for [Journey API](https://www.campaignmonitor.com/api/journeys/)
5+
36
## v5.0.0 - 19 Jun, 2018
47
* Upgrades to Createsend API v3.2 which includes new breaking changes
58
* Breaking: 'Consent to track' field is now mandatory for sending smart and classic transactionl emails

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 = "5.0.0" unless defined?(CreateSend::VERSION)
2+
VERSION = "5.1.0" unless defined?(CreateSend::VERSION)
33
end

0 commit comments

Comments
 (0)