diff --git a/CHANGELOG.md b/CHANGELOG.md index d37b6d94..8dce2677 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.16.1] - 2024-03-27 + ### Bug Fixes - Pressing `F8` on the history screen no longer causes a crash ([#485](https://github.com/tconbeer/harlequin/issues/485)) @@ -571,7 +573,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.16.0...HEAD +[Unreleased]: https://github.com/tconbeer/harlequin/compare/1.16.1...HEAD + +[1.16.1]: https://github.com/tconbeer/harlequin/compare/1.16.0...1.16.1 [1.16.0]: https://github.com/tconbeer/harlequin/compare/1.15.0...1.16.0 diff --git a/pyproject.toml b/pyproject.toml index 5f4326b8..878be0d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "harlequin" -version = "1.16.0" +version = "1.16.1" description = "The SQL IDE for Your Terminal." authors = ["Ted Conbeer "] license = "MIT"