Skip to content

Commit c60ac10

Browse files
committed
Update CHANGELOG and docs for v8.22.0
1 parent 0efa3a7 commit c60ac10

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ See also the [CHANGELOG](https://github.com/cucumber/cucumber-jvm/blob/master/CH
1919

2020
### Fixed
2121

22+
## [8.22.0] (2024-04-19)
23+
2224
## [8.21.1] (2024-03-24)
2325

2426
### Changed
@@ -597,7 +599,8 @@ _Although there is no visible change from a user perspective, there are signific
597599
- [Build] Update Scala versions to 2.11.12 and 2.12.7 ([#11](https://github.com/cucumber/cucumber-jvm-scala/issues/11) Arturas Smorgun)
598600

599601
<!-- Releases -->
600-
[Unreleased]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.21.1...HEAD
602+
[Unreleased]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.22.0...HEAD
603+
[8.22.0]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.21.1...v8.22.0
601604
[8.21.1]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.21.0...v8.21.1
602605
[8.21.0]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.20.0...v8.21.0
603606
[8.20.0]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.19.0...v8.20.0

docs/install.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
To use Cucumber Scala in your project, add the following line to your `build.sbt`:
88

99
```scala
10-
libraryDependencies += "io.cucumber" %% "cucumber-scala" % "8.21.1" % Test
10+
libraryDependencies += "io.cucumber" %% "cucumber-scala" % "8.22.0" % Test
1111
```
1212

1313
### Maven
@@ -18,7 +18,7 @@ To use Cucumber Scala in your project, add the following dependency to your `pom
1818
<dependency>
1919
<groupId>io.cucumber</groupId>
2020
<artifactId>cucumber-scala_2.13</artifactId>
21-
<version>8.21.1</version>
21+
<version>8.22.0</version>
2222
<scope>test</scope>
2323
</dependency>
2424
```

version.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ThisBuild / version := "8.21.2-SNAPSHOT"
1+
ThisBuild / version := "8.22.0"

0 commit comments

Comments
 (0)