diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8396e7a38..6d149eceb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,7 @@ This document is formatted according to the principles of [Keep A CHANGELOG](htt
## [Unreleased]
+## [25.0.2] - 2022-11-09
### Fixed
- Fix half-glyph in Georgian translations ([#44](https://github.com/cucumber/gherkin/pull/44))
@@ -584,7 +585,8 @@ This document is formatted according to the principles of [Keep A CHANGELOG](htt
### Changed
- First release
-[Unreleased]: https://github.com/cucumber/cucumber/compare/gherkin/v25.0.1...main
+[Unreleased]: https://github.com/cucumber/cucumber/compare/gherkin/v25.0.2...main
+[25.0.2]: https://github.com/cucumber/cucumber/compare/gherkin/v25.0.1...main
[25.0.1]: https://github.com/cucumber/cucumber/compare/gherkin/v25.0.0...main
[25.0.0]: https://github.com/cucumber/cucumber/compare/gherkin/v24.1.0...main
[24.1.0]: https://github.com/cucumber/cucumber/compare/gherkin/v24.0.0...gherkin/v24.1.0
diff --git a/c/VERSION b/c/VERSION
index 942bb7eac..6584dd0ca 100644
--- a/c/VERSION
+++ b/c/VERSION
@@ -1 +1 @@
-24.0.0
\ No newline at end of file
+25.0.2
diff --git a/dotnet/Gherkin/Gherkin.csproj b/dotnet/Gherkin/Gherkin.csproj
index 93a9c323a..ccde46040 100644
--- a/dotnet/Gherkin/Gherkin.csproj
+++ b/dotnet/Gherkin/Gherkin.csproj
@@ -9,7 +9,7 @@
- 25.0.1
+ 25.0.2
$(VersionNumber)-$(SnapshotSuffix)
$(VersionNumber)
diff --git a/elixir/mix.exs b/elixir/mix.exs
index ae7df4ffb..f31e7589b 100644
--- a/elixir/mix.exs
+++ b/elixir/mix.exs
@@ -6,7 +6,7 @@ defmodule CucumberGherkin.MixProject do
def project do
[
app: :cucumber_gherkin,
- version: "25.0.1",
+ version: "25.0.2",
name: "CucumberGherkin",
description: description(),
package: package(),
diff --git a/java/pom.xml b/java/pom.xml
index 84116b2ed..e0651824b 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -8,7 +8,7 @@
3.0.0
gherkin
- 25.0.2-SNAPSHOT
+ 25.0.2
jar
Gherkin
Gherkin parser
@@ -22,7 +22,7 @@
scm:git:git://github.com/cucumber/gherkin-java.git
scm:git:git@github.com:cucumber/gherkin-java.git
git://github.com/cucumber/gherkin-java.git
- HEAD
+ v25.0.2
diff --git a/javascript/package-lock.json b/javascript/package-lock.json
index ba9d53e9e..f612383d8 100644
--- a/javascript/package-lock.json
+++ b/javascript/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@cucumber/gherkin",
- "version": "25.0.1",
+ "version": "25.0.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@cucumber/gherkin",
- "version": "25.0.1",
+ "version": "25.0.2",
"license": "MIT",
"dependencies": {
"@cucumber/messages": "^19.1.4"
diff --git a/javascript/package.json b/javascript/package.json
index b2f7e88c0..4cc00d864 100644
--- a/javascript/package.json
+++ b/javascript/package.json
@@ -1,6 +1,6 @@
{
"name": "@cucumber/gherkin",
- "version": "25.0.1",
+ "version": "25.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 9d0cd2ef6..6584dd0ca 100644
--- a/perl/VERSION
+++ b/perl/VERSION
@@ -1 +1 @@
-25.0.1
+25.0.2
diff --git a/python/setup.py b/python/setup.py
index 63e6976fb..466965778 100644
--- a/python/setup.py
+++ b/python/setup.py
@@ -2,7 +2,7 @@
from distutils.core import setup
setup(name="gherkin-official",
packages=["gherkin", "gherkin.pickles", "gherkin.stream"],
- version="25.0.1",
+ version="25.0.2",
description="Gherkin parser (official, by Cucumber team)",
long_description="Gherkin parser (official, by Cucumber team)",
author="Cucumber Ltd and Björn Rasmusson",
diff --git a/ruby/VERSION b/ruby/VERSION
index 9d0cd2ef6..6584dd0ca 100644
--- a/ruby/VERSION
+++ b/ruby/VERSION
@@ -1 +1 @@
-25.0.1
+25.0.2