diff --git a/CHANGELOG.md b/CHANGELOG.md
index 987f052..319aa89 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,29 @@
+
+
+## v0.8.4 (2026-02-17)
+
+### Release notes
+
+Here's a new ci-tools release to test the release workflow.
+
+#### Bug Fixes
+
+- Fetch hub-restyled to a temporary file during release. ([b9d45f1b](https://github.com/TokTok/ci-tools/commit/b9d45f1b0296ba14187d5d126c3e78deee273ebb))
+- Ensure bit-for-bit reproducibility of AppImage builds. ([2735bd77](https://github.com/TokTok/ci-tools/commit/2735bd77fa84f6a84614b8b0f93c5e4a6fa502db))
+- Ensure hub-restyled is available during release. ([3dfd6827](https://github.com/TokTok/ci-tools/commit/3dfd6827e94770b1591a3bba5b01a3274f254d18))
+- Ensure validation failures are reported to the release dashboard. ([bd8b5bad](https://github.com/TokTok/ci-tools/commit/bd8b5bad7b9a5d71818e3abfaee412415ccb67eb))
+- Add libgles2 to the dependencies of flutter linux. ([4d0b278c](https://github.com/TokTok/ci-tools/commit/4d0b278cc45734c640f7d44515d91959756a9eb1))
+- Use `--no-name` to make reproducible gzip tarballs. ([4112161c](https://github.com/TokTok/ci-tools/commit/4112161caa68139213e83129721d31a228fa3de7))
+- Find release issue more reliably in GitHub Actions. ([c9bb07c5](https://github.com/TokTok/ci-tools/commit/c9bb07c5dd7b9466bf2fb499f455d45e3d5a5ddf))
+
+#### Features
+
+- Report release script failures to the tracking issue dashboard. ([e56a4980](https://github.com/TokTok/ci-tools/commit/e56a498019613e71b67f9f165539a974709646ab))
+- Use unified naming convention for iOS artifacts. ([24fe8cff](https://github.com/TokTok/ci-tools/commit/24fe8cff4427a991260f1adc5c9dd1253fc571cb))
+- Add an iOS workflow for Qt applications. ([b6bb8a8d](https://github.com/TokTok/ci-tools/commit/b6bb8a8d77117755de1c4cf7e96372a0d09e644f))
+- Improve reproducibility of AppImage builds. ([37533678](https://github.com/TokTok/ci-tools/commit/375336785ce04ba077ebfee7915daf0dc63ab5f7))
+- Collapse RC changelogs when a production release exists. ([2f7917df](https://github.com/TokTok/ci-tools/commit/2f7917df0d9ee22a1afdd15e90717a72fdd13e28))
+
## v0.8.3 (2026-02-06)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6d02f9a..ed3af8c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -4,7 +4,7 @@ set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
project(
CiTools
- VERSION 0.8.3
+ VERSION 0.8.4
LANGUAGES CXX)
# Project name lowercase
diff --git a/README.md b/README.md
index 0b15553..a55239c 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Continuous integration tool repository
-Version: 0.8.3
+Version: 0.8.4
This repository contains tools for working with the TokTok repositories and
common workflows shared across most repositories Continuous Integration and