diff --git a/CHANGELOG.md b/CHANGELOG.md
index 66ce91fd..41d514e7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,12 +6,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
-### Fixed
-- Use correct favicon ([#341](https://github.com/cucumber/html-formatter/pull/341))
+## [21.8.0] - 2025-01-22
### Changed
- [JavaScript] Default to built-in CSS and JS files ([#344](https://github.com/cucumber/html-formatter/pull/344))
+### Fixed
+- Use correct favicon ([#341](https://github.com/cucumber/html-formatter/pull/341))
+
## [21.7.0] - 2024-08-12
### Changed
- Updated dependencies to support latest messages
@@ -341,7 +343,8 @@ even if there were no errors.
### Added
- First release
-[Unreleased]: https://github.com/cucumber/html-formatter/compare/v21.7.0...HEAD
+[Unreleased]: https://github.com/cucumber/html-formatter/compare/v21.8.0...HEAD
+[21.8.0]: https://github.com/cucumber/html-formatter/compare/v21.7.0...v21.8.0
[21.7.0]: https://github.com/cucumber/html-formatter/compare/v21.6.0...v21.7.0
[21.6.0]: https://github.com/cucumber/html-formatter/compare/v21.5.0...v21.6.0
[21.5.0]: https://github.com/cucumber/html-formatter/compare/v21.4.1...v21.5.0
diff --git a/java/pom.xml b/java/pom.xml
index 6948f082..38552084 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -9,7 +9,7 @@
html-formatter
- 21.7.1-SNAPSHOT
+ 21.8.0
jar
Cucumber HTML Formatter
Renders Cucumber Messages as HTML
@@ -17,14 +17,14 @@
io.cucumber.htmlformatter
- 1723461096
+ 1737556915
scm:git:git://github.com/cucumber/html-formatter.git
scm:git:git@github.com:cucumber/html-formatter.git
git://github.com/cucumber/html-formatter.git
- HEAD
+ v21.8.0
diff --git a/javascript/package-lock.json b/javascript/package-lock.json
index 3c0189be..235d271d 100644
--- a/javascript/package-lock.json
+++ b/javascript/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@cucumber/html-formatter",
- "version": "21.7.0",
+ "version": "21.8.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@cucumber/html-formatter",
- "version": "21.7.0",
+ "version": "21.8.0",
"license": "MIT",
"devDependencies": {
"@babel/core": "7.26.0",
diff --git a/javascript/package.json b/javascript/package.json
index 768a4d33..7d81445d 100644
--- a/javascript/package.json
+++ b/javascript/package.json
@@ -1,6 +1,6 @@
{
"name": "@cucumber/html-formatter",
- "version": "21.7.0",
+ "version": "21.8.0",
"description": "HTML formatter for Cucumber",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
diff --git a/ruby/VERSION b/ruby/VERSION
index ff1c2403..af52b1c5 100644
--- a/ruby/VERSION
+++ b/ruby/VERSION
@@ -1 +1 @@
-21.7.0
+21.8.0