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
|
# 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
|
||||||
|
|
|
@ -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": {
|
||||||
|
|
Loading…
Reference in a new issue