diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 70c91c0..24bf55d 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,6 +1,6 @@ [bumpversion] commit = True tag = True -current_version = 6.10.0 +current_version = 6.11.1 [bumpversion:file:nylas/_client_sdk_version.py] diff --git a/CHANGELOG.md b/CHANGELOG.md index e32f08d..1be11ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ nylas-python Changelog ====================== -Unreleased +v6.11.1 ---------- * Fixed KeyError when processing events with empty or incomplete conferencing objects diff --git a/nylas/_client_sdk_version.py b/nylas/_client_sdk_version.py index 1a65cb3..aa567e4 100644 --- a/nylas/_client_sdk_version.py +++ b/nylas/_client_sdk_version.py @@ -1 +1 @@ -__VERSION__ = "6.10.0" +__VERSION__ = "6.11.1"