diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 12c6d13f..04513a52 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 4.10.0 +current_version = 4.11.0 [bumpversion:file:nylas/_client_sdk_version.py] diff --git a/CHANGELOG.md b/CHANGELOG.md index aca1a744..accde8c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ nylas-python Changelog Unreleased (dev) ---------------- +nothing yet + +v4.11.0 +------- * Bugfix: Previously, if you specified a limit of 50 or more for any resource, you would receive ALL the resources available on the server. The SDK now properly respects the limit provided. * Add `has_attachments` to Thread model diff --git a/nylas/_client_sdk_version.py b/nylas/_client_sdk_version.py index 86fcc162..ca1c919d 100644 --- a/nylas/_client_sdk_version.py +++ b/nylas/_client_sdk_version.py @@ -1 +1 @@ -__VERSION__ = "4.10.0" +__VERSION__ = "4.11.0"