From 372d7a26ab8bc3c666e22e6b258ef3fd16d47fd5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 22 Oct 2023 10:52:54 -0600 Subject: [PATCH] Bumps version to 1.2.0 (#291) Co-authored-by: tconbeer --- CHANGELOG.md | 6 +++++- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) 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"