diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b135e6..06ea7fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.0](https://github.com/Broomva/databricks_session/compare/v0.2.3...v0.3.0) (2023-11-07) + + +### Features + +* removed uneeded files and updated example.py and .env.example ([57e3af0](https://github.com/Broomva/databricks_session/commit/57e3af0223d30d149ceb59751536c8f6740978e2)) + ## [0.2.3](https://github.com/Broomva/databricks_session/compare/v0.2.2...v0.2.3) (2023-06-29) diff --git a/pyproject.toml b/pyproject.toml index 20758b1..6f1f909 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "databricks-session" -version = "0.2.3" +version = "0.3.0" description = "A simple util to get a spark and mlflow session objects from an .env file" authors = ["Carlos D. Escobar-Valbuena "] license = "MIT" diff --git a/version.py b/version.py index d31c31e..493f741 100644 --- a/version.py +++ b/version.py @@ -1 +1 @@ -__version__ = "0.2.3" +__version__ = "0.3.0"