diff --git a/CHANGELOG.md b/CHANGELOG.md
index c667fca6..a5ce7f3d 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.8.0] - 2023-12-21
+
### Features
- Select a range of cells in the Results Viewer by clicking and dragging or by holding shift while moving the cursor with the keyboard.
@@ -440,7 +442,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.7.3...HEAD
+[Unreleased]: https://github.com/tconbeer/harlequin/compare/1.8.0...HEAD
+
+[1.8.0]: https://github.com/tconbeer/harlequin/compare/1.7.3...1.8.0
[1.7.3]: https://github.com/tconbeer/harlequin/compare/1.7.2...1.7.3
diff --git a/pyproject.toml b/pyproject.toml
index be54db5b..f5d20ebe 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "harlequin"
-version = "1.7.3"
+version = "1.8.0"
description = "The SQL IDE for Your Terminal."
authors = ["Ted Conbeer "]
license = "MIT"