Skip to content

Commit 4c6d941

Browse files
committed
Update CHANGELOG and docs for v8.2.6
1 parent 12906c8 commit 4c6d941

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
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.2.6] (2022-03-12)
23+
2224
## [8.2.5] (2022-03-12)
2325

2426
## [8.2.4] (2022-03-12)
@@ -378,7 +380,8 @@ _Although there is no visible change from a user perspective, there are signific
378380
- [Build] Update Scala versions to 2.11.12 and 2.12.7 ([#11](https://github.com/cucumber/cucumber-jvm-scala/issues/11) Arturas Smorgun)
379381

380382
<!-- Releases -->
381-
[Unreleased]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.2.5...main
383+
[Unreleased]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.2.6...main
384+
[8.2.6]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.2.5...v8.2.6
382385
[8.2.5]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.2.4...v8.2.5
383386
[8.2.4]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.2.3...v8.2.4
384387
[8.2.3]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.2.2...v8.2.3

docs/install.md

Lines changed: 2 additions & 2 deletions
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.2.5" % Test
10+
libraryDependencies += "io.cucumber" %% "cucumber-scala" % "8.2.6" % 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.2.5</version>
21+
<version>8.2.6</version>
2222
<scope>test</scope>
2323
</dependency>
2424
```

version.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ThisBuild / version := "8.2.5"
1+
ThisBuild / version := "8.2.6"

0 commit comments

Comments
 (0)