Skip to content
This repository was archived by the owner on Jun 26, 2020. It is now read-only.

Release 2.1.0 #37

Merged
merged 2 commits into from
Jul 10, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/client-app/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down