This commit is contained in:
Andris Reinman 2016-05-07 14:30:37 +03:00
parent d1998d3ae6
commit 8725143dfa
2 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,9 @@
# Changelog # Changelog
## 1.6.0 2016-05-07
* Added simple API support for adding and removing list subscriptions
## 1.5.0 2016-05-05 ## 1.5.0 2016-05-05
* Fixed a bug in unsubscribing through the admin interface * Fixed a bug in unsubscribing through the admin interface

View file

@ -1,7 +1,7 @@
{ {
"name": "mailtrain", "name": "mailtrain",
"private": true, "private": true,
"version": "1.5.0", "version": "1.6.0",
"description": "Self hosted email newsletter app", "description": "Self hosted email newsletter app",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {