diff --git a/CHANGELOG.md b/CHANGELOG.md index b8237a8e7..19d8d5596 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Nylas Mail Changelog +### 1.0.20 (2/1/17) + +- Fixes: + + + Properly clean up broken replies + ### 1.0.19 (1/31/17) - Fixes: diff --git a/package.json b/package.json index 07131fd20..9edac46c5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nylas", "productName": "Nylas Mail", - "version": "1.0.19", + "version": "1.0.20", "description": "The best email app for people and teams at work", "license": "GPL-3.0", "main": "./src/browser/main.js",