diff --git a/CHANGELOG.md b/CHANGELOG.md index cd1ee813..34927afd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Version changelog +## [Release] Release v0.32.2 + +### New Features and Improvements + + * Support Models in `dbutils.fs` operations ([#750](https://github.com/databricks/databricks-sdk-py/pull/750)). + + +### Bug Fixes + + * Do not specify --tenant flag when fetching managed identity access token from the CLI ([#748](https://github.com/databricks/databricks-sdk-py/pull/748)). + * Fix deserialization of 401/403 errors ([#758](https://github.com/databricks/databricks-sdk-py/pull/758)). + * Use correct optional typing in `WorkspaceClient` for `mypy` ([#760](https://github.com/databricks/databricks-sdk-py/pull/760)). + + + ## [Release] Release v0.32.1 ### Bug Fixes diff --git a/databricks/sdk/version.py b/databricks/sdk/version.py index 68c3b132..03de7de6 100644 --- a/databricks/sdk/version.py +++ b/databricks/sdk/version.py @@ -1 +1 @@ -__version__ = '0.32.1' +__version__ = '0.32.2'