diff --git a/.changes/unreleased/Fixed-20241111-182144.yaml b/.changes/unreleased/Fixed-20241111-182144.yaml
deleted file mode 100644
index 3c465eb7..00000000
--- a/.changes/unreleased/Fixed-20241111-182144.yaml
+++ /dev/null
@@ -1,3 +0,0 @@
-kind: Fixed
-body: 'Shell completion: Don''t use an incorrect command name if the binary is renamed.'
-time: 2024-11-11T18:21:44.646934-08:00
diff --git a/.changes/v0.8.1.md b/.changes/v0.8.1.md
new file mode 100644
index 00000000..030b7cb2
--- /dev/null
+++ b/.changes/v0.8.1.md
@@ -0,0 +1,3 @@
+## v0.8.1 - 2024-11-12
+### Fixed
+- Shell completion: Don't use an incorrect command name if the binary is renamed.
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 81588dad..258d50fa 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie).
+## v0.8.1 - 2024-11-12
+### Fixed
+- Shell completion: Don't use an incorrect command name if the binary is renamed.
+
## v0.8.0 - 2024-11-09
### Added
- {trunk, branch checkout}: Add -n/--dry-run flag to print the target branch.