diff --git a/CHANGELOG.md b/CHANGELOG.md index 58887c0fe..9ed249275 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # N1 Changelog +### 0.4.52 (9/14/16) + +- Features: + + + More themes on Readme.md + +- Fixes: + + + Fix url parsing of ?# + + Changes to trial length + + Add “Ctrl-A” to the outlook shortcuts + + Log user out of app if identity token is missing + + Check for number of BCC participants before using multi-send + +- Development: + + + apm ignores dev dependencesi + + ### 0.4.51 (9/1/16) - Features: diff --git a/package.json b/package.json index 512bff8b4..fb3269138 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nylas", "productName": "Nylas N1", - "version": "0.4.51", + "version": "0.4.52", "description": "An extensible, open-source mail client built on the modern web.", "main": "./src/browser/main.js", "repository": {