diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 5aef9d0..0bb4b72 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,6 +1,6 @@ [bumpversion] commit = True tag = True -current_version = 6.14.0 +current_version = 6.14.1 [bumpversion:file:nylas/_client_sdk_version.py] diff --git a/CHANGELOG.md b/CHANGELOG.md index b7c3316..4c742ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,9 @@ nylas-python Changelog ====================== -Unrelease +v6.14.1 ---------- -* Update attachment schema to not make it mandatory +* Update attachment schema to not make id mandatory v6.14.0 ---------- diff --git a/nylas/_client_sdk_version.py b/nylas/_client_sdk_version.py index 4021122..c168bd9 100644 --- a/nylas/_client_sdk_version.py +++ b/nylas/_client_sdk_version.py @@ -1 +1 @@ -__VERSION__ = "6.14.0" +__VERSION__ = "6.14.1"