diff --git a/CHANGELOG.md b/CHANGELOG.md index 9474c20..a1cd5df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Changelog db-rocket -## Version 2.2.0 +## Version 3.0.1 +- Add workaround for making --watch command work with --use-volumes + +## Version 3.0.0 - Add `use_volumes` and `dst_path` arguments to support uploading to Unity Catalog Volumes. ## Version 2.1.0 diff --git a/setup.py b/setup.py index 91f8c62..721e10f 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setuptools.setup( name="databricks-rocket", - version="3.0.0", + version="3.0.1", author="GetYourGuide", author_email="engineering.data-products@getyourguide.com", description="Keep your local python scripts installed and in sync with a databricks notebook. Shortens the feedback loop to develop projects using a hybrid enviroment",