Skip to content

Commit a080a34

Browse files
authored
v6.5.0 Release (#400)
* Updated CHANGELOG.md * Bump version: 6.4.0 → 6.5.0
1 parent e0c4cf2 commit a080a34

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[bumpversion]
22
commit = True
33
tag = True
4-
current_version = 6.4.0
4+
current_version = 6.5.0
55

66
[bumpversion:file:nylas/_client_sdk_version.py]

CHANGELOG.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
nylas-python Changelog
22
======================
33

4-
Unreleased
4+
v6.5.0
55
----------------
6-
* Add support for Scheduler APIs
6+
* Added support for Scheduler APIs
7+
* Added metadata field support for drafts and messages through CreateDraftRequest and Message model
78
* Fixed attachment download response handling
8-
* Add metadata field support for drafts and messages through CreateDraftRequest model
99

1010
v6.4.0
1111
----------------
12-
* Add support for from field for sending messages
13-
* Add missing schedule-specific fields to Message model
14-
* Add migration grant properties
15-
* Fix from field not being optional causing deserialization errors
16-
* Fix IMAP identifiers not encoding correctly
17-
* Fix NylasOAuthError not setting the status code properly
12+
* Added support for from field for sending messages
13+
* Added missing schedule-specific fields to Message model
14+
* Added migration grant properties
15+
* Fixed from field not being optional causing deserialization errors
16+
* Fixed IMAP identifiers not encoding correctly
17+
* Fixed NylasOAuthError not setting the status code properly
1818

1919
v6.3.1
2020
----------------
21-
* Fix typo on Clean Messages
22-
* Remove use of TestCommand
23-
* Add Folder Webhooks
24-
* Fix request session being reused across multiple requests
21+
* Fixed typo on Clean Messages
22+
* Fixed request session being reused across multiple requests
23+
* Added Folder Webhooks
24+
* Removed use of TestCommand
2525

2626

2727
v6.3.0

nylas/_client_sdk_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__VERSION__ = "6.4.0"
1+
__VERSION__ = "6.5.0"

0 commit comments

Comments
 (0)