diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e353019..de22e3a2 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.15.0] - 2024-02-12 + ### Features - The Data Exporter has been refactored to work with any adapter. @@ -542,7 +544,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.14.0...HEAD +[Unreleased]: https://github.com/tconbeer/harlequin/compare/1.15.0...HEAD + +[1.15.0]: https://github.com/tconbeer/harlequin/compare/1.14.0...1.15.0 [1.14.0]: https://github.com/tconbeer/harlequin/compare/1.13.0...1.14.0 diff --git a/pyproject.toml b/pyproject.toml index 9590a5c5..c68dc602 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "harlequin" -version = "1.14.0" +version = "1.15.0" description = "The SQL IDE for Your Terminal." authors = ["Ted Conbeer "] license = "MIT"