Skip to content

Commit

Permalink
release version 4.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
spang committed Dec 19, 2020
1 parent 7babaeb commit 4cf741f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
### 4.6.3 / 2020-12-18

* Remove folder on message.save for updates
* Fix JSON parsing behavior
* Fix rubocop warnings for http_client and spec
* No longer rescue json parse errors, use Yajl instead of JSON for parsing responses (due to unicode issue).
* Add specs for changes to message.save
* Store folder id in folder_id and remove folder if present before saving.
* Adding secondary_address field to physical address model

### 4.6.2 / 2020-09-08

* Add support to move `message` and `thread` between `folder`.
Expand Down
2 changes: 1 addition & 1 deletion lib/nylas/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Nylas
VERSION = "4.6.2"
VERSION = "4.6.3"
end

0 comments on commit 4cf741f

Please sign in to comment.