diff --git a/.bumpversion.cfg b/.bumpversion.cfg index ae660d5..f4a7cad 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,6 +1,6 @@ [bumpversion] commit = True tag = True -current_version = 6.14.2 +current_version = 6.14.3 [bumpversion:file:nylas/_client_sdk_version.py] diff --git a/CHANGELOG.md b/CHANGELOG.md index 99230eb..c218c5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ nylas-python Changelog ====================== Unreleased ---------- + +v6.14.3 +---------- * UAS multi-credential update * Added `specific_time_availability` field to `AvailabilityParticipant` for overriding open hours on specific dates * Added `smtp_required` option to hosted authentication config to require users to enter SMTP settings during IMAP authentication diff --git a/nylas/_client_sdk_version.py b/nylas/_client_sdk_version.py index f86ae33..e347723 100644 --- a/nylas/_client_sdk_version.py +++ b/nylas/_client_sdk_version.py @@ -1 +1 @@ -__VERSION__ = "6.14.2" +__VERSION__ = "6.14.3"