diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1ceac3732..dc72f0f49 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.2] - 2024-11-14
### Fixed
- [Python] Release process (again) didn't release to pypi correctly
@@ -700,7 +702,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.1...HEAD
+[Unreleased]: https://github.com/cucumber/gherkin/compare/v30.0.2...HEAD
+[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
[29.0.0]: https://github.com/cucumber/gherkin/compare/v28.0.0...v29.0.0
diff --git a/c/VERSION b/c/VERSION
index 1c8398eea..4f3a06946 100644
--- a/c/VERSION
+++ b/c/VERSION
@@ -1 +1 @@
-30.0.1
+30.0.2
diff --git a/dotnet/Gherkin/Gherkin.csproj b/dotnet/Gherkin/Gherkin.csproj
index 293812aea..a4e0776c7 100644
--- a/dotnet/Gherkin/Gherkin.csproj
+++ b/dotnet/Gherkin/Gherkin.csproj
@@ -10,7 +10,7 @@
- 30.0.1
+ 30.0.2
$(VersionNumber)-$(SnapshotSuffix)
$(VersionNumber)
diff --git a/elixir/mix.exs b/elixir/mix.exs
index f0d09a6e9..4f175542d 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.1",
+ version: "30.0.2",
name: "CucumberGherkin",
description: description(),
package: package(),
diff --git a/java/pom.xml b/java/pom.xml
index 203cc86f7..990804911 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -8,14 +8,14 @@
4.2.0
gherkin
- 30.0.2-SNAPSHOT
+ 30.0.2
jar
Gherkin
Gherkin parser
https://github.com/cucumber/gherkin
- 1731405646
+ 1731622198
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.2
diff --git a/javascript/package-lock.json b/javascript/package-lock.json
index 742bc0e35..de669b841 100644
--- a/javascript/package-lock.json
+++ b/javascript/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@cucumber/gherkin",
- "version": "30.0.1",
+ "version": "30.0.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@cucumber/gherkin",
- "version": "30.0.1",
+ "version": "30.0.2",
"license": "MIT",
"dependencies": {
"@cucumber/messages": ">=19.1.4 <=26"
diff --git a/javascript/package.json b/javascript/package.json
index a6276b4cc..05be87cb7 100644
--- a/javascript/package.json
+++ b/javascript/package.json
@@ -1,6 +1,6 @@
{
"name": "@cucumber/gherkin",
- "version": "30.0.1",
+ "version": "30.0.2",
"description": "Gherkin parser",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
diff --git a/perl/VERSION b/perl/VERSION
index 1c8398eea..4f3a06946 100644
--- a/perl/VERSION
+++ b/perl/VERSION
@@ -1 +1 @@
-30.0.1
+30.0.2
diff --git a/python/pyproject.toml b/python/pyproject.toml
index 0523d57a8..1cdc9076c 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.1"
+version = "30.0.2"
description = "Gherkin parser (official, by Cucumber team)"
readme = "README.md"
requires-python = ">=3.8"
diff --git a/ruby/VERSION b/ruby/VERSION
index 1c8398eea..4f3a06946 100644
--- a/ruby/VERSION
+++ b/ruby/VERSION
@@ -1 +1 @@
-30.0.1
+30.0.2