From 80f2d13f3e4635bcf866554463f297e35c773fc1 Mon Sep 17 00:00:00 2001 From: Andris Reinman Date: Thu, 28 Apr 2016 20:46:26 +0300 Subject: [PATCH] v1.3.0 --- CHANGELOG.txt | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index d0108cbc..d5a6c86b 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,5 +1,11 @@ # Changelog +## 1.3.0 2016-04-29 + + * Added option to use an URL as message source (when message needs to be rendered a POST request with Merge Tags as the POST body is made against that URL) + * Added option to schedule sending. You can set optional delay time when starting campaign sending. Once this time is reached sending starts automatically + * Show meaningful MySQL error when connection fails + ## 1.2.0 2016-04-25 * Rewrite merge tags in links (allows using links like `http://example.com/?u=[FIRST_NAME]` in messages) diff --git a/package.json b/package.json index 52d7fcd8..b1c26a4f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mailtrain", "private": true, - "version": "1.2.0", + "version": "1.3.0", "description": "Self hosted email newsletter app", "main": "index.js", "scripts": {