diff --git a/CHANGELOG.md b/CHANGELOG.md index e0d9a2b..a57243d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 0.7.0 (2025-01-03) + +### Feat + +- check for version +- check for version before publish +- check for version before publish + ## 0.6.7 (2024-12-28) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 9857f7b..3194696 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "kedro-databricks" -version = "0.6.7" +version = "0.7.0" description = "A plugin to run Kedro pipelines on Databricks." authors = [{ name = "Jens Peder Meldgaard", email = "jenspederm@gmail.com" }] readme = "README.md"