v1.6.0
This commit is contained in:
parent
d1998d3ae6
commit
8725143dfa
2 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,9 @@
|
|||
# Changelog
|
||||
|
||||
## 1.6.0 2016-05-07
|
||||
|
||||
* Added simple API support for adding and removing list subscriptions
|
||||
|
||||
## 1.5.0 2016-05-05
|
||||
|
||||
* Fixed a bug in unsubscribing through the admin interface
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "mailtrain",
|
||||
"private": true,
|
||||
"version": "1.5.0",
|
||||
"version": "1.6.0",
|
||||
"description": "Self hosted email newsletter app",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in a new issue