diff --git a/CHANGELOG.md b/CHANGELOG.md
index e8001edd7..6da9aff65 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.3] - 2024-11-14
### Fixed
- [Python] Release process (still) didn't release to pypi correctly
@@ -704,7 +706,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.2...HEAD
+[Unreleased]: https://github.com/cucumber/gherkin/compare/v30.0.3...HEAD
+[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
[30.0.0]: https://github.com/cucumber/gherkin/compare/v29.0.0...v30.0.0
diff --git a/c/VERSION b/c/VERSION
index 4f3a06946..4c7e32695 100644
--- a/c/VERSION
+++ b/c/VERSION
@@ -1 +1 @@
-30.0.2
+30.0.3
diff --git a/dotnet/Gherkin/Gherkin.csproj b/dotnet/Gherkin/Gherkin.csproj
index a4e0776c7..aeaee933e 100644
--- a/dotnet/Gherkin/Gherkin.csproj
+++ b/dotnet/Gherkin/Gherkin.csproj
@@ -10,7 +10,7 @@
- 30.0.2
+ 30.0.3
$(VersionNumber)-$(SnapshotSuffix)
$(VersionNumber)
diff --git a/elixir/mix.exs b/elixir/mix.exs
index 4f175542d..da80b079f 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.2",
+ version: "30.0.3",
name: "CucumberGherkin",
description: description(),
package: package(),
diff --git a/java/pom.xml b/java/pom.xml
index 39f4b0bf1..3cc7c915e 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -8,14 +8,14 @@
4.2.0
gherkin
- 30.0.3-SNAPSHOT
+ 30.0.3
jar
Gherkin
Gherkin parser
https://github.com/cucumber/gherkin
- 1731622201
+ 1731622961
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.3
diff --git a/javascript/package-lock.json b/javascript/package-lock.json
index de669b841..7abe362cd 100644
--- a/javascript/package-lock.json
+++ b/javascript/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@cucumber/gherkin",
- "version": "30.0.2",
+ "version": "30.0.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@cucumber/gherkin",
- "version": "30.0.2",
+ "version": "30.0.3",
"license": "MIT",
"dependencies": {
"@cucumber/messages": ">=19.1.4 <=26"
diff --git a/javascript/package.json b/javascript/package.json
index 05be87cb7..744e92b2f 100644
--- a/javascript/package.json
+++ b/javascript/package.json
@@ -1,6 +1,6 @@
{
"name": "@cucumber/gherkin",
- "version": "30.0.2",
+ "version": "30.0.3",
"description": "Gherkin parser",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
diff --git a/perl/VERSION b/perl/VERSION
index 4f3a06946..4c7e32695 100644
--- a/perl/VERSION
+++ b/perl/VERSION
@@ -1 +1 @@
-30.0.2
+30.0.3
diff --git a/python/pyproject.toml b/python/pyproject.toml
index 1cdc9076c..124762aa4 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.2"
+version = "30.0.3"
description = "Gherkin parser (official, by Cucumber team)"
readme = "README.md"
requires-python = ">=3.8"
diff --git a/ruby/VERSION b/ruby/VERSION
index 4f3a06946..4c7e32695 100644
--- a/ruby/VERSION
+++ b/ruby/VERSION
@@ -1 +1 @@
-30.0.2
+30.0.3