From 8626b006eb88b7ed8343846d913bcb4581be4b85 Mon Sep 17 00:00:00 2001 From: Ben Gotow Date: Fri, 18 Mar 2016 17:03:27 -0700 Subject: [PATCH] bump(version): Notes for 0.4.16 patch, master to 0.4.17 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30b6db5f4..a74fdc05d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # N1 Changelog +### 0.4.16 (3/18/16) + +This is a small patch release resolving the following issues: + +- The red "Account Error" bar no longer appears incorrectly in some scenarios. +- The "Sent Mail" label is no longer visible on threads (normally this label is hidden) +- Unread counts are now correct and match your mailbox. +- N1 now backs off when API requests fail temporarily (Gmail throttling, etc.) +- Contact sidebar API requests retry on 202s from our backend provider. + ### 0.4.14 (3/10/16) - Features: diff --git a/package.json b/package.json index fb3e0aaaf..9263f13a8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nylas", "productName": "Nylas N1", - "version": "0.4.16", + "version": "0.4.17", "description": "An extensible, open-source mail client built on the modern web.", "main": "./src/browser/main.js", "repository": {