From 4b1d2c64e47b328acfa99aa42a325d5b3fa09f52 Mon Sep 17 00:00:00 2001 From: Tushar Madhukar Date: Tue, 3 Sep 2019 11:02:03 +1000 Subject: [PATCH] Version 5.1.0 --- HISTORY.md | 3 +++ lib/createsend/version.rb | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index f512d90..2d42b07 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,8 @@ # createsend-ruby history +## v5.1.0 - 3 Sep, 2019 +* Added support for [Journey API](https://www.campaignmonitor.com/api/journeys/) + ## v5.0.0 - 19 Jun, 2018 * Upgrades to Createsend API v3.2 which includes new breaking changes * Breaking: 'Consent to track' field is now mandatory for sending smart and classic transactionl emails diff --git a/lib/createsend/version.rb b/lib/createsend/version.rb index 4239879..0b04b27 100644 --- a/lib/createsend/version.rb +++ b/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