diff --git a/CHANGELOG.md b/CHANGELOG.md index a2c62c5..997a79a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,17 +13,21 @@ See also the [CHANGELOG](https://github.com/cucumber/cucumber-jvm/blob/master/CH ### Changed -- [Core] Updated `cucumber-core` dependency to [7.18.0](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md) -- [Build] update dependency sbt/sbt to v1.10.0 -- [Build] update dependency com.fasterxml.jackson.module:jackson-module-scala to v2.17.1 -- [Build] update dependency scala to v2.13.14 - ### Deprecated ### Removed ### Fixed +## [8.23.0] (2024-05-17) + +### Changed + +- [Core] Updated `cucumber-core` dependency to [7.18.0](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md) +- [Build] update dependency sbt/sbt to v1.10.0 +- [Build] update dependency com.fasterxml.jackson.module:jackson-module-scala to v2.17.1 +- [Build] update dependency scala to v2.13.14 + ## [8.22.0] (2024-04-19) ### Changed @@ -611,7 +615,8 @@ _Although there is no visible change from a user perspective, there are signific - [Build] Update Scala versions to 2.11.12 and 2.12.7 ([#11](https://github.com/cucumber/cucumber-jvm-scala/issues/11) Arturas Smorgun) -[Unreleased]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.22.0...HEAD +[Unreleased]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.23.0...HEAD +[8.23.0]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.22.0...v8.23.0 [8.22.0]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.21.1...v8.22.0 [8.21.1]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.21.0...v8.21.1 [8.21.0]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.20.0...v8.21.0 diff --git a/docs/install.md b/docs/install.md index 425df57..b7e942b 100644 --- a/docs/install.md +++ b/docs/install.md @@ -7,7 +7,7 @@ To use Cucumber Scala in your project, add the following line to your `build.sbt`: ```scala -libraryDependencies += "io.cucumber" %% "cucumber-scala" % "8.22.0" % Test +libraryDependencies += "io.cucumber" %% "cucumber-scala" % "8.23.0" % Test ``` ### Maven @@ -18,7 +18,7 @@ To use Cucumber Scala in your project, add the following dependency to your `pom io.cucumber cucumber-scala_2.13 - 8.22.0 + 8.23.0 test ``` diff --git a/version.sbt b/version.sbt index b1630f5..9d6c11f 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -ThisBuild / version := "8.22.1-SNAPSHOT" +ThisBuild / version := "8.23.0"