diff --git a/CHANGELOG.md b/CHANGELOG.md index f67168210..676100733 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Nylas Mail Changelog +### 2.1.0 (7/9/2017) + + + An NML (Nylas Mail Lives) Build + + Update docs (Issues #5, #14, #17) + + Update Slack URL to be auto-invite to NML (Nylas Mail Lives) Slack (Issue #14) + + Fix Travis CI builds (both Linux and Mac) (Issues #8 and #9) + + Fix issue with sending emails (Issue #19) + + Fix config.json saving/loading issues (Issue #15) + + Reverse mail order option (Issue #20) + + Auto-Updater disabled (Issue #34) + ### 2.0.15 (4/17/2017) + Correctly handle and inform users about database malformed errors that can diff --git a/packages/client-app/package.json b/packages/client-app/package.json index 6ec559df9..05c382b1f 100644 --- a/packages/client-app/package.json +++ b/packages/client-app/package.json @@ -1,7 +1,7 @@ { "name": "nylas-mail", "productName": "Nylas Mail", - "version": "2.0.15", + "version": "2.1.0", "description": "The best email app for people and teams at work", "license": "GPL-3.0", "main": "./src/browser/main.js",