diff --git a/CHANGELOG.md b/CHANGELOG.md index 758c6905..5f6a65bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ nylas-python Changelog ====================== +v6.0.0b4 +---------------- +* Add support for the free-busy endpoint +* Add support for Connectors and Credentials APIs +* Fix errors when building the authentication URL + v6.0.0b3 ---------------- * Fix bug when deserializing Union types diff --git a/nylas/_client_sdk_version.py b/nylas/_client_sdk_version.py index 24cd5013..d5a4cbc9 100644 --- a/nylas/_client_sdk_version.py +++ b/nylas/_client_sdk_version.py @@ -1 +1 @@ -__VERSION__ = "6.0.0b3" +__VERSION__ = "6.0.0b4"