diff --git a/CHANGELOG.md b/CHANGELOG.md index 7768b5e..dfd7bda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,16 +13,20 @@ See also the [CHANGELOG](https://github.com/cucumber/cucumber-jvm/blob/master/CH ### Changed -- [Core] Updated `cucumber-core` dependency to [7.14.1](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md) -- [Build] Updated `jackson` dependency to 2.16.0 -- [Internal] Updated `sbt-sonatype` to 3.10.0 - ### Deprecated ### Removed ### Fixed +## [8.18.1] (2023-11-26) + +### Changed + +- [Core] Updated `cucumber-core` dependency to [7.14.1](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md) +- [Build] Updated `jackson` dependency to 2.16.0 +- [Internal] Updated `sbt-sonatype` to 3.10.0 + ## [8.18.0] (2023-11-05) ### Changed @@ -566,7 +570,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.18.0...main +[Unreleased]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.18.1...main +[8.18.1]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.18.0...v8.18.1 [8.18.0]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.17.0...v8.18.0 [8.17.0]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.16.0...v8.17.0 [8.16.0]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.15.0...v8.16.0 diff --git a/docs/install.md b/docs/install.md index f7526f4..b4831d5 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.18.0" % Test +libraryDependencies += "io.cucumber" %% "cucumber-scala" % "8.18.1" % 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.18.0 + 8.18.1 test ``` diff --git a/version.sbt b/version.sbt index ee1f1c3..765702f 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -ThisBuild / version := "8.18.1-SNAPSHOT" +ThisBuild / version := "8.18.1"