diff --git a/CHANGELOG.md b/CHANGELOG.md index fd45cafbd..7a2efc0bc 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.2.0] - 2023-04-07 ### Changed - Upgraded messages to v22 @@ -616,7 +618,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.1.0...main +[Unreleased]: https://github.com/cucumber/gherkin/compare/v26.2.0...main +[26.2.0]: https://github.com/cucumber/gherkin/compare/v26.1.0...main [26.1.0]: 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 diff --git a/c/VERSION b/c/VERSION index 2aaedf994..b7397ce15 100644 --- a/c/VERSION +++ b/c/VERSION @@ -1 +1 @@ -26.1.0 +26.2.0 diff --git a/dotnet/Gherkin/Gherkin.csproj b/dotnet/Gherkin/Gherkin.csproj index b69c9b59f..6a0e871a9 100644 --- a/dotnet/Gherkin/Gherkin.csproj +++ b/dotnet/Gherkin/Gherkin.csproj @@ -9,7 +9,7 @@ - 26.1.0 + 26.2.0 $(VersionNumber)-$(SnapshotSuffix) $(VersionNumber) diff --git a/elixir/mix.exs b/elixir/mix.exs index 21bf09ce1..9c73d3733 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.1.0", + version: "26.2.0", name: "CucumberGherkin", description: description(), package: package(), diff --git a/java/pom.xml b/java/pom.xml index e84441867..ec04b856c 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -8,14 +8,14 @@ 4.1.1 gherkin - 26.1.1-SNAPSHOT + 26.2.0 jar Gherkin Gherkin parser https://github.com/cucumber/gherkin - 1679607313 + 1680869390 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.2.0 diff --git a/javascript/package-lock.json b/javascript/package-lock.json index ef993aa60..d60acc728 100644 --- a/javascript/package-lock.json +++ b/javascript/package-lock.json @@ -1,12 +1,12 @@ { "name": "@cucumber/gherkin", - "version": "26.1.0", + "version": "26.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@cucumber/gherkin", - "version": "26.1.0", + "version": "26.2.0", "license": "MIT", "dependencies": { "@cucumber/messages": ">=19.1.4 <22.0.0" diff --git a/javascript/package.json b/javascript/package.json index 050c000ee..9738479b6 100644 --- a/javascript/package.json +++ b/javascript/package.json @@ -1,6 +1,6 @@ { "name": "@cucumber/gherkin", - "version": "26.1.0", + "version": "26.2.0", "description": "Gherkin parser", "main": "dist/src/index.js", "types": "dist/src/index.d.ts", diff --git a/perl/VERSION b/perl/VERSION index 2aaedf994..b7397ce15 100644 --- a/perl/VERSION +++ b/perl/VERSION @@ -1 +1 @@ -26.1.0 +26.2.0 diff --git a/python/setup.py b/python/setup.py index da58f20f0..9acb9a751 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.1.0", + version="26.2.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 2aaedf994..b7397ce15 100644 --- a/ruby/VERSION +++ b/ruby/VERSION @@ -1 +1 @@ -26.1.0 +26.2.0