diff --git a/CHANGELOG.md b/CHANGELOG.md
index c4ceeb1ba..deb788646 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]
+
+## [26.0.3] - 2023-01-03
### Fixed
- [Javascript, PHP, Ruby] Allow messages v19.1.4 to v20.0.1 to be used
- [Java] Improve text trim performance ([#84](https://github.com/cucumber/gherkin/issues/84))
@@ -608,7 +610,8 @@ This document is formatted according to the principles of [Keep A CHANGELOG](htt
### Changed
- First release
-[Unreleased]: https://github.com/cucumber/gherkin/compare/v26.0.2...main
+[Unreleased]: https://github.com/cucumber/gherkin/compare/v26.0.3...main
+[26.0.3]: https://github.com/cucumber/gherkin/compare/v26.0.2...main
[26.0.2]: https://github.com/cucumber/gherkin/compare/v26.0.1...main
[26.0.1]: https://github.com/cucumber/gherkin/compare/v26.0.0...main
[26.0.0]: https://github.com/cucumber/gherkin/compare/v25.0.2...main
diff --git a/c/VERSION b/c/VERSION
index cbf1d6735..54a873048 100644
--- a/c/VERSION
+++ b/c/VERSION
@@ -1 +1 @@
-26.0.2
+26.0.3
diff --git a/dotnet/Gherkin/Gherkin.csproj b/dotnet/Gherkin/Gherkin.csproj
index 1fe1a657e..2c9b85278 100644
--- a/dotnet/Gherkin/Gherkin.csproj
+++ b/dotnet/Gherkin/Gherkin.csproj
@@ -9,7 +9,7 @@
- 26.0.2
+ 26.0.3
$(VersionNumber)-$(SnapshotSuffix)
$(VersionNumber)
diff --git a/elixir/mix.exs b/elixir/mix.exs
index 8fd587d9e..0480819d9 100644
--- a/elixir/mix.exs
+++ b/elixir/mix.exs
@@ -6,7 +6,7 @@ defmodule CucumberGherkin.MixProject do
def project do
[
app: :cucumber_gherkin,
- version: "26.0.2",
+ version: "26.0.3",
name: "CucumberGherkin",
description: description(),
package: package(),
diff --git a/java/pom.xml b/java/pom.xml
index f94015499..f8560f2ba 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -8,14 +8,14 @@
4.1.1
gherkin
- 26.0.3-SNAPSHOT
+ 26.0.3
jar
Gherkin
Gherkin parser
https://github.com/cucumber/gherkin
- 1672151466
+ 1672774579
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
+ v26.0.3
diff --git a/javascript/package-lock.json b/javascript/package-lock.json
index bc06c85a1..bea2ae31d 100644
--- a/javascript/package-lock.json
+++ b/javascript/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@cucumber/gherkin",
- "version": "26.0.2",
+ "version": "26.0.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@cucumber/gherkin",
- "version": "26.0.2",
+ "version": "26.0.3",
"license": "MIT",
"dependencies": {
"@cucumber/messages": "^21.0.0"
diff --git a/javascript/package.json b/javascript/package.json
index b6ac98a63..2f7b26a98 100644
--- a/javascript/package.json
+++ b/javascript/package.json
@@ -1,6 +1,6 @@
{
"name": "@cucumber/gherkin",
- "version": "26.0.2",
+ "version": "26.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 cbf1d6735..54a873048 100644
--- a/perl/VERSION
+++ b/perl/VERSION
@@ -1 +1 @@
-26.0.2
+26.0.3
diff --git a/python/setup.py b/python/setup.py
index 76d315084..22c5e58fb 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="26.0.2",
+ version="26.0.3",
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 cbf1d6735..54a873048 100644
--- a/ruby/VERSION
+++ b/ruby/VERSION
@@ -1 +1 @@
-26.0.2
+26.0.3