diff --git a/.changeset/improve_error_messages_when_github_releases_fail.md b/.changeset/improve_error_messages_when_github_releases_fail.md
deleted file mode 100644
index 371aa060..00000000
--- a/.changeset/improve_error_messages_when_github_releases_fail.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-knope: patch
----
-
-# Improve error messages when GitHub releases fail
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bae04775..fdfc6408 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,12 @@ The results are changes to the current directory, calls to external commands, an
 Notably, anything written to standard output or standard error
 (what you see in the terminal) is _not_ considered part of the public API and may change between any versions.
 
+## 0.18.3 (2025-01-21)
+
+### Fixes
+
+- Improve error messages when GitHub releases fail
+
 ## 0.18.2 (2025-01-01)
 
 ### Fixes
diff --git a/Cargo.lock b/Cargo.lock
index 2a924976..454f5826 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1290,7 +1290,7 @@ dependencies = [
 
 [[package]]
 name = "knope"
-version = "0.18.2"
+version = "0.18.3"
 dependencies = [
  "base64",
  "changesets",
diff --git a/crates/knope/Cargo.toml b/crates/knope/Cargo.toml
index 4acdb164..1d61d823 100644
--- a/crates/knope/Cargo.toml
+++ b/crates/knope/Cargo.toml
@@ -1,7 +1,7 @@
 [package]
 name = "knope"
 description = "A command line tool for automating common development tasks"
-version = "0.18.2"
+version = "0.18.3"
 authors = ["Dylan Anthony <contact@dylananthony.com>"]
 edition = "2021"
 license = "MIT"