Skip to content

Commit 56f85e5

Browse files
V6.16.0 release (#477)
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 00f3a6d commit 56f85e5

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

.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.15.0
4+
current_version = 6.16.0
55

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

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ nylas-python Changelog
22
======================
33
Unreleased
44
----------
5+
6+
v6.16.0
7+
----------
58
* Aligned Lists create support with the public `POST /v3/lists` schema and added create response/schema coverage
69
* Added Manage Domains service-account auth support with canonical signed request bodies, bearer-auth suppression, encoded domain path segments, and `dmarc`/`arc` verification types
710
* Added Workspaces resource (`client.workspaces`) with `list`, `find`, `create`, `update` (PATCH), `destroy`, `auto_group`, `manual_assign`, `invalid_also`, `default`, `policy_id`, and `rule_ids`

nylas/_client_sdk_version.py

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

0 commit comments

Comments
 (0)