diff --git a/packages/client-app/CHANGELOG.md b/packages/client-app/CHANGELOG.md index 512517a75..a44b823c8 100644 --- a/packages/client-app/CHANGELOG.md +++ b/packages/client-app/CHANGELOG.md @@ -1,5 +1,11 @@ # Nylas Mail Changelog +### 1.0.36 (3/10/2017) + + + [iso-core] Increase the IMAP connection pool size + + [client-sync] Refactor MessageProcessor to be more robust to errors + + [client-sync] Shim sequelize to timeout after 1 minute + ### 1.0.35 (3/9/2017) - Fixes: diff --git a/packages/client-app/package.json b/packages/client-app/package.json index 03dc76e60..5b19088f2 100644 --- a/packages/client-app/package.json +++ b/packages/client-app/package.json @@ -1,7 +1,7 @@ { "name": "nylas-mail", "productName": "Nylas Mail", - "version": "1.0.35", + "version": "1.0.36", "description": "The best email app for people and teams at work", "license": "GPL-3.0", "main": "./src/browser/main.js",