diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f3de46..7ca3654 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Version changelog +## 0.2.5 + +* Automatically enable workspace filesystem if the feature is disabled ([#42](https://github.com/databrickslabs/blueprint/pull/42)). + + ## 0.2.4 * Added more integration tests for `Installation` ([#39](https://github.com/databrickslabs/blueprint/pull/39)). diff --git a/src/databricks/labs/blueprint/__about__.py b/src/databricks/labs/blueprint/__about__.py index 788da1f..fe404ae 100644 --- a/src/databricks/labs/blueprint/__about__.py +++ b/src/databricks/labs/blueprint/__about__.py @@ -1 +1 @@ -__version__ = "0.2.4" +__version__ = "0.2.5"