Skip to content

Commit 2b68da8

Browse files
committed
Update CHANGELOG and docs for v8.2.8
1 parent fdb1308 commit 2b68da8

File tree

3 files changed

+15
-10
lines changed

3 files changed

+15
-10
lines changed

CHANGELOG.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,22 @@ See also the [CHANGELOG](https://github.com/cucumber/cucumber-jvm/blob/master/CH
1313

1414
### Changed
1515

16-
- [Scala] Upgrade `scala-collection-compat` to 2.7.0
17-
- [Build] Upgrade `mockito-scala` to 1.17.5
18-
- [Build] Upgrade workflows `setup-java` to v3
19-
- [Build] Upgrade `sbt-sonatype` to 3.9.11
20-
- [Build] Remove custom gpg command used in releases
21-
2216
### Deprecated
2317

2418
### Removed
2519

2620
### Fixed
2721

22+
## [8.2.8] (2022-04-11)
23+
24+
### Changed
25+
26+
- [Scala] Upgrade `scala-collection-compat` to 2.7.0
27+
- [Build] Upgrade `mockito-scala` to 1.17.5
28+
- [Build] Upgrade workflows `setup-java` to v3
29+
- [Build] Upgrade `sbt-sonatype` to 3.9.11
30+
- [Build] Remove custom gpg command used in releases
31+
2832
## [8.2.7] (2022-03-12)
2933

3034
_This release contains no change, it was built to test a new release workflow._
@@ -382,7 +386,8 @@ _Although there is no visible change from a user perspective, there are signific
382386
- [Build] Update Scala versions to 2.11.12 and 2.12.7 ([#11](https://github.com/cucumber/cucumber-jvm-scala/issues/11) Arturas Smorgun)
383387

384388
<!-- Releases -->
385-
[Unreleased]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.2.7...main
389+
[Unreleased]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.2.8...main
390+
[8.2.8]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.2.7...v8.2.8
386391
[8.2.7]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.2.2...v8.2.7
387392
[8.2.2]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.2.1...v8.2.2
388393
[8.2.1]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.2.0...v8.2.1

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.7" % Test
10+
libraryDependencies += "io.cucumber" %% "cucumber-scala" % "8.2.8" % 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.7</version>
21+
<version>8.2.8</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.8-SNAPSHOT"
1+
ThisBuild / version := "8.2.8"

0 commit comments

Comments
 (0)