Skip to content

Commit bb2c72e

Browse files
committed
Update CHANGELOG and docs for v8.0.0
1 parent 95e0aa7 commit bb2c72e

File tree

2 files changed

+16
-7
lines changed

2 files changed

+16
-7
lines changed

CHANGELOG.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,18 @@ See also the [CHANGELOG](https://github.com/cucumber/cucumber-jvm/blob/master/CH
99
----
1010
## [Unreleased] (In Git)
1111

12+
### Added
13+
14+
### Changed
15+
16+
### Deprecated
17+
18+
### Removed
19+
20+
### Fixed
21+
22+
## [8.0.0] (2021-10-07)
23+
1224
Check out the [Upgrade Guide](docs/upgrade_v8.md).
1325

1426
### Added
@@ -19,15 +31,11 @@ Check out the [Upgrade Guide](docs/upgrade_v8.md).
1931

2032
- [Core] Updated `cucumber-core` dependency to [7.0.0](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)
2133

22-
### Deprecated
23-
2434
### Removed
2535

2636
- [Scala] Remove support for Scala 2.11
2737
- [Core] Remove deprecated `io.cucumber.scala.TL`
2838

29-
### Fixed
30-
3139
## [7.1.0] (2021-08-06)
3240

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

335343
<!-- Releases -->
336-
[Unreleased]: https://github.com/cucumber/cucumber-jvm-scala/compare/v7.1.0...main
344+
[Unreleased]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.0.0...main
345+
[8.0.0]: https://github.com/cucumber/cucumber-jvm-scala/compare/v7.1.0...v8.0.0
337346
[7.1.0]: https://github.com/cucumber/cucumber-jvm-scala/compare/v7.0.0...v7.1.0
338347
[7.0.0]: https://github.com/cucumber/cucumber-jvm-scala/compare/v6.10.4...v7.0.0
339348
[6.10.4]: https://github.com/cucumber/cucumber-jvm-scala/compare/v6.10.3...v6.10.4

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" % "7.1.0" % Test
10+
libraryDependencies += "io.cucumber" %% "cucumber-scala" % "8.0.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>7.1.0</version>
21+
<version>8.0.0</version>
2222
<scope>test</scope>
2323
</dependency>
2424
```

0 commit comments

Comments
 (0)