diff --git a/CHANGELOG.md b/CHANGELOG.md index f66807f..7c07674 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [4.1.0] - 2022-11-14 ### Added - Added maven-versions-plugin @@ -35,7 +37,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Changed -[Unreleased]: https://github.com/cucumber/cucumber-parent/compare/v4.0.2...main +[Unreleased]: https://github.com/cucumber/cucumber-parent/compare/v4.1.0...main +[4.1.0]: https://github.com/cucumber/cucumber-parent/compare/v4.0.2...main [4.0.2]: https://github.com/cucumber/cucumber-parent/compare/v4.0.1...main [4.0.1]: https://github.com/cucumber/cucumber-parent/compare/v4.0.0...main [4.0.0]: https://github.com/cucumber/cucumber-parent/compare/v3.0.0...main diff --git a/pom.xml b/pom.xml index 69df9e8..659728a 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ io.cucumber cucumber-parent - 4.0.3-SNAPSHOT + 4.1.0 pom Cucumber Parent Common configuration for all Cucumber modules @@ -68,7 +68,7 @@ scm:git:git://github.com/cucumber/cucumber-parent.git scm:git:git@github.com:cucumber/cucumber-parent.git git://github.com/cucumber/cucumber-parent.git - HEAD + v4.1.0