diff --git a/README.md b/README.md index 159c90bd..cf55066f 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,9 @@ Create a pull request! ## Releases and Changelogs +### 1.8.1 (2017-03-25) + - Fix email sending ([#85](https://github.com/mjmlio/mjml-app/issues/85)) :mailbox: + ### 1.8.0 (2017-03-17) - [MJML 3.3.0](https://github.com/mjmlio/mjml/releases/tag/3.3.0) 🆙 diff --git a/package.json b/package.json index 795a7cc3..bcceb905 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "mjml-app", - "version": "1.8.0", + "version": "1.8.1", "description": "The only framework that makes responsive-email easy", "main": "main.js", "scripts": {