Skip to content

Commit 930b39c

Browse files
committed
Update CHANGELOG and docs for v6.9.1
1 parent e965ff1 commit 930b39c

File tree

2 files changed

+16
-9
lines changed

2 files changed

+16
-9
lines changed

CHANGELOG.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,26 @@ See also the [CHANGELOG](https://github.com/cucumber/cucumber-jvm/blob/master/CH
1111

1212
### Added
1313

14-
- [Build] Setup formatting using `scalafmt`
15-
- [CI] Build & test on both JDK 8 and 11
16-
1714
### Changed
1815

19-
- [Build] Tested Jackson version is now 2.12.0
20-
- [Core] Updated `cucumber-core` dependency to [6.9.1](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)
21-
2216
### Deprecated
2317

2418
### Removed
2519

2620
### Fixed
2721

22+
## [6.9.1] (2020-12-15)
23+
24+
### Added
25+
26+
- [Build] Setup formatting using `scalafmt`
27+
- [CI] Build & test on both JDK 8 and 11
28+
29+
### Changed
30+
31+
- [Build] Tested Jackson version is now 2.12.0
32+
- [Core] Updated `cucumber-core` dependency to [6.9.1](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)
33+
2834
## [6.9.0] (2020-11-15)
2935

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

252258
<!-- Releases -->
253-
[Unreleased]: https://github.com/cucumber/cucumber-jvm-scala/compare/v6.9.0...main
259+
[Unreleased]: https://github.com/cucumber/cucumber-jvm-scala/compare/v6.9.1...main
260+
[6.9.1]: https://github.com/cucumber/cucumber-jvm-scala/compare/v6.9.0...v6.9.1
254261
[6.9.0]: https://github.com/cucumber/cucumber-jvm-scala/compare/v6.8.2...v6.9.0
255262
[6.8.2]: https://github.com/cucumber/cucumber-jvm-scala/compare/v6.8.1...v6.8.2
256263
[6.8.1]: https://github.com/cucumber/cucumber-jvm-scala/compare/v6.8.0...v6.8.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" % "6.9.0" % Test
10+
libraryDependencies += "io.cucumber" %% "cucumber-scala" % "6.9.1" % 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.9.0</version>
21+
<version>6.9.1</version>
2222
<scope>test</scope>
2323
</dependency>
2424
```

0 commit comments

Comments
 (0)