From 80ffda45f977ae096d164a016536bc04fe0fe7d2 Mon Sep 17 00:00:00 2001 From: Aaron de Mello Date: Fri, 20 Dec 2024 14:13:43 -0500 Subject: [PATCH 1/2] Updated CHANGELOG.md --- CHANGELOG.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b2bbd5..a1b892b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 From fffd7fe85a3a273f65c475f31c9e0d0365aae923 Mon Sep 17 00:00:00 2001 From: Aaron de Mello Date: Fri, 20 Dec 2024 14:14:50 -0500 Subject: [PATCH 2/2] =?UTF-8?q?Bump=20version:=206.4.0=20=E2=86=92=206.5.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- nylas/_client_sdk_version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index ceb32a1..afb65e0 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -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] diff --git a/nylas/_client_sdk_version.py b/nylas/_client_sdk_version.py index e0fede4..2b6377d 100644 --- a/nylas/_client_sdk_version.py +++ b/nylas/_client_sdk_version.py @@ -1 +1 @@ -__VERSION__ = "6.4.0" +__VERSION__ = "6.5.0"