diff --git a/CHANGELOG.md b/CHANGELOG.md index eaec05d..a47280b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -# 1.0.4 +# 1.0.5 (2025-01-27) - All the SQLAlchemy features from `databricks-sql-connector>=4.0.0` have been moved to this `databricks-sqlalchemy` library - Support for SQLAlchemy v1 dialect is provided \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 8c1a6a7..a19ee68 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "databricks-sqlalchemy" -version = "1.0.4" +version = "1.0.5" description = "Databricks SQLAlchemy plugin for Python" authors = ["Databricks "] license = "Apache-2.0"