Skip to content

Commit

Permalink
v6.5.0 Release (#400)
Browse files Browse the repository at this point in the history
* Updated CHANGELOG.md

* Bump version: 6.4.0 → 6.5.0
  • Loading branch information
AaronDDM authored Dec 20, 2024
1 parent e0c4cf2 commit a080a34
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[bumpversion]
commit = True
tag = True
current_version = 6.4.0
current_version = 6.5.0

[bumpversion:file:nylas/_client_sdk_version.py]
26 changes: 13 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
nylas-python Changelog
======================

Unreleased
v6.5.0
----------------
* Add support for Scheduler APIs
* Added support for Scheduler APIs
* Added metadata field support for drafts and messages through CreateDraftRequest and Message model
* Fixed attachment download response handling
* Add metadata field support for drafts and messages through CreateDraftRequest model

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

v6.3.1
----------------
* Fix typo on Clean Messages
* Remove use of TestCommand
* Add Folder Webhooks
* Fix request session being reused across multiple requests
* Fixed typo on Clean Messages
* Fixed request session being reused across multiple requests
* Added Folder Webhooks
* Removed use of TestCommand


v6.3.0
Expand Down
2 changes: 1 addition & 1 deletion nylas/_client_sdk_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__VERSION__ = "6.4.0"
__VERSION__ = "6.5.0"

0 comments on commit a080a34

Please sign in to comment.