diff --git a/CHANGELOG.md b/CHANGELOG.md
index 69b7fc1e..153b35b2 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.7.0] - 2023-12-13
+
### Features
- AUTOCOMPLETE! Harlequin's query editor will now offer completions in a drop-down for SQL keywords, functions, and database objects (like tables, views, columns). With the autocomplete list open, use up, down, PgUp, PgDn, to select an option and enter or Tab to insert it into the editor.
@@ -399,7 +401,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.6.0...HEAD
+[Unreleased]: https://github.com/tconbeer/harlequin/compare/1.7.0...HEAD
+
+[1.7.0]: https://github.com/tconbeer/harlequin/compare/1.6.0...1.7.0
[1.6.0]: https://github.com/tconbeer/harlequin/compare/1.5.0...1.6.0
diff --git a/pyproject.toml b/pyproject.toml
index 7783a990..2c41d20c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "harlequin"
-version = "1.6.0"
+version = "1.7.0"
description = "The SQL IDE for Your Terminal."
authors = ["Ted Conbeer "]
license = "MIT"