diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5c0b0e5e2..44843872d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,13 +8,14 @@ This document is formatted according to the principles of [Keep A CHANGELOG](htt
## [Unreleased]
+## [26.0.0] - 2022-12-17
+### Added
+- [Java] Enabled reproducible builds
+
### Changed
- Upgraded messages to v21
- [.NET] Update target frameworks fo .NET 6, .NET Framework 4.6.2, .NET Standard 2.0
-### Added
-- [Java] Enabled reproducible builds
-
### Fixed
- Link to the correct repository in various package meta-data.
- [Perl] Specify version range for `Cucumber::Messages` dependency ([#50](https://github.com/cucumber/gherkin/pull/50))
@@ -596,7 +597,8 @@ This document is formatted according to the principles of [Keep A CHANGELOG](htt
### Changed
- First release
-[Unreleased]: https://github.com/cucumber/gherkin/compare/v25.0.2...main
+[Unreleased]: https://github.com/cucumber/gherkin/compare/v26.0.0...main
+[26.0.0]: https://github.com/cucumber/gherkin/compare/v25.0.2...main
[25.0.2]: https://github.com/cucumber/gherkin/compare/v25.0.1...main
[25.0.1]: https://github.com/cucumber/gherkin/compare/v25.0.0...main
[25.0.0]: https://github.com/cucumber/gherkin/compare/v24.1.0...main
diff --git a/c/VERSION b/c/VERSION
index 6584dd0ca..1e212a919 100644
--- a/c/VERSION
+++ b/c/VERSION
@@ -1 +1 @@
-25.0.2
+26.0.0
diff --git a/dotnet/Gherkin/Gherkin.csproj b/dotnet/Gherkin/Gherkin.csproj
index dd6e3b9a8..7fc5f166f 100644
--- a/dotnet/Gherkin/Gherkin.csproj
+++ b/dotnet/Gherkin/Gherkin.csproj
@@ -9,7 +9,7 @@
- 25.0.2
+ 26.0.0
$(VersionNumber)-$(SnapshotSuffix)
$(VersionNumber)
diff --git a/elixir/mix.exs b/elixir/mix.exs
index f31e7589b..c7fb5eeca 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.2",
+ version: "26.0.0",
name: "CucumberGherkin",
description: description(),
package: package(),
diff --git a/go/go.mod b/go/go.mod
index 6db68afa4..7706b8cc1 100644
--- a/go/go.mod
+++ b/go/go.mod
@@ -1,4 +1,4 @@
-module github.com/cucumber/gherkin/v25
+module github.com/cucumber/gherkin/v26
require (
github.com/cucumber/messages/go/v21 v21.0.1
diff --git a/java/pom.xml b/java/pom.xml
index b946001fa..d3eb1b22e 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -8,14 +8,14 @@
4.1.1
gherkin
- 25.0.3-SNAPSHOT
+ 26.0.0
jar
Gherkin
Gherkin parser
https://github.com/cucumber/gherkin
- 1000000
+ 1671298178
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.0
diff --git a/javascript/package-lock.json b/javascript/package-lock.json
index e4f89b058..eb29021b9 100644
--- a/javascript/package-lock.json
+++ b/javascript/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@cucumber/gherkin",
- "version": "25.0.2",
+ "version": "26.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@cucumber/gherkin",
- "version": "25.0.2",
+ "version": "26.0.0",
"license": "MIT",
"dependencies": {
"@cucumber/messages": "^21.0.0"
diff --git a/javascript/package.json b/javascript/package.json
index 2dc8343aa..afc48c7aa 100644
--- a/javascript/package.json
+++ b/javascript/package.json
@@ -1,6 +1,6 @@
{
"name": "@cucumber/gherkin",
- "version": "25.0.2",
+ "version": "26.0.0",
"description": "Gherkin parser",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
diff --git a/perl/VERSION b/perl/VERSION
index 6584dd0ca..1e212a919 100644
--- a/perl/VERSION
+++ b/perl/VERSION
@@ -1 +1 @@
-25.0.2
+26.0.0
diff --git a/python/setup.py b/python/setup.py
index 0c7f69642..b6e6c1c5d 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.2",
+ version="26.0.0",
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 6584dd0ca..1e212a919 100644
--- a/ruby/VERSION
+++ b/ruby/VERSION
@@ -1 +1 @@
-25.0.2
+26.0.0