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/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` 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"