diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 82290803..74ed0a41 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,6 +1,6 @@ [bumpversion] commit = True tag = True -current_version = 5.9.2 +current_version = 5.10.0 [bumpversion:file:nylas/_client_sdk_version.py] diff --git a/CHANGELOG.md b/CHANGELOG.md index 33158d19..fe221dab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,10 @@ nylas-python Changelog ====================== -Unreleased +v5.10.0 ---------------- * Add `metadata` field to `JobStatus` +* Add missing hosted authentication parameters * Add support for `calendar` field in free-busy, availability, and consecutive availability queries v5.9.2 diff --git a/nylas/_client_sdk_version.py b/nylas/_client_sdk_version.py index c87baea1..753aaa2a 100644 --- a/nylas/_client_sdk_version.py +++ b/nylas/_client_sdk_version.py @@ -1 +1 @@ -__VERSION__ = "5.9.2" +__VERSION__ = "5.10.0"