From f20ccdecfd9373f67f50c5f51a1b3663705a80aa Mon Sep 17 00:00:00 2001 From: pengfeiye Date: Tue, 16 Jun 2026 11:52:17 -0400 Subject: [PATCH 1/2] Prepare v6.16.0 changelog Co-authored-by: Cursor --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c01b1ff..8bb40df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ nylas-python Changelog ====================== Unreleased ---------- + +v6.16.0 +---------- * Aligned Lists create support with the public `POST /v3/lists` schema and added create response/schema coverage * Added Manage Domains service-account auth support with canonical signed request bodies, bearer-auth suppression, encoded domain path segments, and `dmarc`/`arc` verification types * Added Workspaces resource (`client.workspaces`) with `list`, `find`, `create`, `update` (PATCH), `destroy`, `auto_group`, `manual_assign`, `invalid_also`, `default`, `policy_id`, and `rule_ids` From 72a21ce221c64a0189e32877ced2d918953889ab Mon Sep 17 00:00:00 2001 From: pengfeiye Date: Tue, 16 Jun 2026 11:52:24 -0400 Subject: [PATCH 2/2] =?UTF-8?q?Bump=20version:=206.15.0=20=E2=86=92=206.16?= =?UTF-8?q?.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 9d4a19e..f7adc29 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,6 +1,6 @@ [bumpversion] commit = True tag = True -current_version = 6.15.0 +current_version = 6.16.0 [bumpversion:file:nylas/_client_sdk_version.py] diff --git a/nylas/_client_sdk_version.py b/nylas/_client_sdk_version.py index 85e889a..706ea62 100644 --- a/nylas/_client_sdk_version.py +++ b/nylas/_client_sdk_version.py @@ -1 +1 @@ -__VERSION__ = "6.15.0" +__VERSION__ = "6.16.0"