diff --git a/CHANGELOG.md b/CHANGELOG.md index 81217248..76ab3dc0 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.23.0] - 2024-07-11 + ### Features - Harlequin now supports an additional [theme](https://harlequin.sh/docs/themes), [`coffee`](https://pygments.org/styles/#coffee). @@ -684,7 +686,8 @@ All notable changes to this project will be documented in this file. - Use the DuckDB CLI. -[unreleased]: https://github.com/tconbeer/harlequin/compare/1.22.2...HEAD +[unreleased]: https://github.com/tconbeer/harlequin/compare/1.23.0...HEAD +[1.23.0]: https://github.com/tconbeer/harlequin/compare/1.22.2...1.23.0 [1.22.2]: https://github.com/tconbeer/harlequin/compare/1.22.1...1.22.2 [1.22.1]: https://github.com/tconbeer/harlequin/compare/1.22.0...1.22.1 [1.22.0]: https://github.com/tconbeer/harlequin/compare/1.21.0...1.22.0 diff --git a/pyproject.toml b/pyproject.toml index b635d622..5134e583 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "harlequin" -version = "1.22.2" +version = "1.23.0" description = "The SQL IDE for Your Terminal." authors = ["Ted Conbeer "] license = "MIT"