diff --git a/CHANGELOG.txt b/CHANGELOG.txt index ffe0d88e..f023c5bd 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,5 +1,14 @@ # Changelog +## 1.13.0 2016-06-23 + + * Added API method to delete subscribers + * Added a counter to triggers with a view to list all subscribers that caused this trigger to fire + +## 1.12.1 2016-06-23 + + * Fixed invalid base SQL dump + ## 1.12.0 2016-06-22 * Automation support. Create triggers that send a campaign once fired diff --git a/package.json b/package.json index 3c5f6eda..5bcbf108 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mailtrain", "private": true, - "version": "1.12.1", + "version": "1.13.0", "description": "Self hosted email newsletter app", "main": "index.js", "scripts": { @@ -44,7 +44,7 @@ "express-session": "^1.13.0", "faker": "^3.1.0", "feedparser": "^1.1.4", - "geoip-ultralight": "^0.1.3", + "geoip-ultralight": "^0.1.4", "handlebars": "^4.0.5", "hbs": "^4.0.0", "he": "^1.1.0",