Skip to content

Commit b7725db

Browse files
committed
Update CHANGELOG and docs for v6.8.0
1 parent b632f33 commit b7725db

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

CHANGELOG.md

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

1414
### Changed
1515

16-
- [Core] Update `cucumber-core` dependency to [6.8.0](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)
17-
1816
### Deprecated
1917

2018
### Removed
2119

2220
### Fixed
2321

22+
## [6.8.0] (2020-09-27)
23+
24+
### Changed
25+
26+
- [Core] Update `cucumber-core` dependency to [6.8.0](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)
27+
2428
## [6.7.0] (2020-09-16)
2529

2630
### Changed
@@ -221,7 +225,8 @@ See also the [CHANGELOG](https://github.com/cucumber/cucumber-jvm/blob/master/CH
221225
- [Build] Update Scala versions to 2.11.12 and 2.12.7 ([#11](https://github.com/cucumber/cucumber-jvm-scala/issues/11) Arturas Smorgun)
222226

223227
<!-- Releases -->
224-
[Unreleased]: https://github.com/cucumber/cucumber-jvm-scala/compare/v6.7.0...main
228+
[Unreleased]: https://github.com/cucumber/cucumber-jvm-scala/compare/v6.8.0...main
229+
[6.8.0]: https://github.com/cucumber/cucumber-jvm-scala/compare/v6.7.0...v6.8.0
225230
[6.7.0]: https://github.com/cucumber/cucumber-jvm-scala/compare/v6.6.0...v6.7.0
226231
[6.6.0]: https://github.com/cucumber/cucumber-jvm-scala/compare/v6.4.0...v6.6.0
227232
[6.4.0]: https://github.com/cucumber/cucumber-jvm-scala/compare/v6.3.0...v6.4.0

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" % "6.7.0" % Test
10+
libraryDependencies += "io.cucumber" %% "cucumber-scala" % "6.8.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.12</artifactId>
21-
<version>6.7.0</version>
21+
<version>6.8.0</version>
2222
<scope>test</scope>
2323
</dependency>
2424
```

0 commit comments

Comments
 (0)