diff --git a/CHANGELOG.md b/CHANGELOG.md index 66a29bdb..1ba7754e 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.4.1] - 2023-11-20 + ### Bug Fixes - Adds a `py.typed` file to the `harlequin` package. @@ -355,7 +357,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.4.0...HEAD +[Unreleased]: https://github.com/tconbeer/harlequin/compare/1.4.1...HEAD + +[1.4.1]: https://github.com/tconbeer/harlequin/compare/1.4.0...1.4.1 [1.4.0]: https://github.com/tconbeer/harlequin/compare/1.3.1...1.4.0 diff --git a/pyproject.toml b/pyproject.toml index 587172ad..fa516d83 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "harlequin" -version = "1.4.0" +version = "1.4.1" description = "The SQL IDE for Your Terminal." authors = ["Ted Conbeer "] license = "MIT"