diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fa3eba0..a310257c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [1.14.0] - 2024-02-07 + ### Features - The Databricks adapter is now installable as an extra; use `pip install harlequin[databricks]`. Thank you [@alexmalins](https://github.com/alexmalins)! @@ -531,7 +533,9 @@ All notable changes to this project will be documented in this file. - Use the DuckDB CLI. -[Unreleased]: https://github.com/tconbeer/harlequin/compare/1.13.0...HEAD +[Unreleased]: https://github.com/tconbeer/harlequin/compare/1.14.0...HEAD + +[1.14.0]: https://github.com/tconbeer/harlequin/compare/1.13.0...1.14.0 [1.13.0]: https://github.com/tconbeer/harlequin/compare/1.12.0...1.13.0 diff --git a/pyproject.toml b/pyproject.toml index b0931c87..5661e757 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "harlequin" -version = "1.13.0" +version = "1.14.0" description = "The SQL IDE for Your Terminal." authors = ["Ted Conbeer "] license = "MIT"