diff --git a/CHANGELOG.md b/CHANGELOG.md index be321c14..c374fe5c 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.24.1] - 2024-09-25 + ### Bug Fixes - DuckDB & SQLite adapters: fix bug to properly resolve initialization script paths starting with `~` (i.e. user's home dir) supplied to `--init-path` ([#646](https://github.com/tconbeer/harlequin/pull/646)). @@ -718,7 +720,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.24.0...HEAD +[unreleased]: https://github.com/tconbeer/harlequin/compare/1.24.1...HEAD +[1.24.1]: https://github.com/tconbeer/harlequin/compare/1.24.0...1.24.1 [1.24.0]: https://github.com/tconbeer/harlequin/compare/1.23.2...1.24.0 [1.23.2]: https://github.com/tconbeer/harlequin/compare/1.23.1...1.23.2 [1.23.1]: https://github.com/tconbeer/harlequin/compare/1.23.0...1.23.1 diff --git a/pyproject.toml b/pyproject.toml index 163048d2..83b745dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "harlequin" -version = "1.24.0" +version = "1.24.1" description = "The SQL IDE for Your Terminal." authors = ["Ted Conbeer "] license = "MIT"