diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cb77bae..4c1668f2 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.2.0] - 2023-10-22 + ## [1.2.0-alpha.1] - 2023-10-22 ### Bug Fixes @@ -303,7 +305,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.2.0-alpha.1...HEAD +[Unreleased]: https://github.com/tconbeer/harlequin/compare/1.2.0...HEAD + +[1.2.0]: https://github.com/tconbeer/harlequin/compare/1.2.0-alpha.1...1.2.0 [1.2.0-alpha.1]: https://github.com/tconbeer/harlequin/compare/1.1.1...1.2.0-alpha.1 diff --git a/pyproject.toml b/pyproject.toml index 42a2de91..ee5dd1a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "harlequin" -version = "1.2.0-alpha.1" +version = "1.2.0" description = "The DuckDB IDE for Your Terminal." authors = ["Ted Conbeer "] license = "MIT"