diff --git a/CHANGELOG.md b/CHANGELOG.md
index 83289467b..5eaad37ea 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,8 @@ This project adheres to [Semantic Versioning](http://semver.org).
This document is formatted according to the principles of [Keep A CHANGELOG](http://keepachangelog.com).
## [Unreleased]
+
+## [30.0.4] - 2024-11-15
### Fixed
- [Python] File gherkin-languages.json was not included as package data
@@ -709,7 +711,8 @@ This document is formatted according to the principles of [Keep A CHANGELOG](htt
### Changed
- First release
-[Unreleased]: https://github.com/cucumber/gherkin/compare/v30.0.3...HEAD
+[Unreleased]: https://github.com/cucumber/gherkin/compare/v30.0.4...HEAD
+[30.0.4]: https://github.com/cucumber/gherkin/compare/v30.0.3...v30.0.4
[30.0.3]: https://github.com/cucumber/gherkin/compare/v30.0.2...v30.0.3
[30.0.2]: https://github.com/cucumber/gherkin/compare/v30.0.1...v30.0.2
[30.0.1]: https://github.com/cucumber/gherkin/compare/v30.0.0...v30.0.1
diff --git a/c/VERSION b/c/VERSION
index 4c7e32695..49ab61717 100644
--- a/c/VERSION
+++ b/c/VERSION
@@ -1 +1 @@
-30.0.3
+30.0.4
diff --git a/dotnet/Gherkin/Gherkin.csproj b/dotnet/Gherkin/Gherkin.csproj
index aeaee933e..e19686909 100644
--- a/dotnet/Gherkin/Gherkin.csproj
+++ b/dotnet/Gherkin/Gherkin.csproj
@@ -10,7 +10,7 @@
- 30.0.3
+ 30.0.4
$(VersionNumber)-$(SnapshotSuffix)
$(VersionNumber)
diff --git a/elixir/mix.exs b/elixir/mix.exs
index da80b079f..9e97dfba2 100644
--- a/elixir/mix.exs
+++ b/elixir/mix.exs
@@ -6,7 +6,7 @@ defmodule CucumberGherkin.MixProject do
def project do
[
app: :cucumber_gherkin,
- version: "30.0.3",
+ version: "30.0.4",
name: "CucumberGherkin",
description: description(),
package: package(),
diff --git a/java/pom.xml b/java/pom.xml
index 6d67132c9..e2d0d4048 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -8,14 +8,14 @@
4.2.0
gherkin
- 30.0.4-SNAPSHOT
+ 30.0.4
jar
Gherkin
Gherkin parser
https://github.com/cucumber/gherkin
- 1731622964
+ 1731680940
io.cucumber.gherkin
@@ -23,7 +23,7 @@
scm:git:git://github.com/cucumber/gherkin.git
scm:git:git@github.com:cucumber/gherkin.git
git://github.com/cucumber/gherkin.git
- HEAD
+ v30.0.4
diff --git a/javascript/package-lock.json b/javascript/package-lock.json
index 7abe362cd..0ee771790 100644
--- a/javascript/package-lock.json
+++ b/javascript/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@cucumber/gherkin",
- "version": "30.0.3",
+ "version": "30.0.4",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@cucumber/gherkin",
- "version": "30.0.3",
+ "version": "30.0.4",
"license": "MIT",
"dependencies": {
"@cucumber/messages": ">=19.1.4 <=26"
diff --git a/javascript/package.json b/javascript/package.json
index 744e92b2f..ead635ea8 100644
--- a/javascript/package.json
+++ b/javascript/package.json
@@ -1,6 +1,6 @@
{
"name": "@cucumber/gherkin",
- "version": "30.0.3",
+ "version": "30.0.4",
"description": "Gherkin parser",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
diff --git a/perl/VERSION b/perl/VERSION
index 4c7e32695..49ab61717 100644
--- a/perl/VERSION
+++ b/perl/VERSION
@@ -1 +1 @@
-30.0.3
+30.0.4
diff --git a/python/pyproject.toml b/python/pyproject.toml
index cd9ffbf8d..c8ab2b29d 100644
--- a/python/pyproject.toml
+++ b/python/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "gherkin-official"
-version = "30.0.3"
+version = "30.0.4"
description = "Gherkin parser (official, by Cucumber team)"
readme = "README.md"
requires-python = ">=3.8"
diff --git a/ruby/VERSION b/ruby/VERSION
index 4c7e32695..49ab61717 100644
--- a/ruby/VERSION
+++ b/ruby/VERSION
@@ -1 +1 @@
-30.0.3
+30.0.4