Skip to content

Commit ea0125e

Browse files
committed
Update CHANGELOG and docs for v8.2.0
1 parent dc6e919 commit ea0125e

File tree

2 files changed

+15
-8
lines changed

2 files changed

+15
-8
lines changed

CHANGELOG.md

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

1212
### Added
1313

14-
- [Scala] Support generic types in `DocStringType`
15-
1614
### Changed
1715

18-
- [Core] Updated `cucumber-core` dependency to [7.2.1](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)
19-
- [Scala] Upgrade `jackson-module-scala` to 2.13.1
20-
2116
### Deprecated
2217

2318
### Removed
2419

2520
### Fixed
2621

22+
## [8.2.0] (2022-01-04)
23+
24+
### Added
25+
26+
- [Scala] Support generic types in `DocStringType`
27+
28+
### Changed
29+
30+
- [Core] Updated `cucumber-core` dependency to [7.2.1](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)
31+
- [Scala] Upgrade `jackson-module-scala` to 2.13.1
32+
2733
## [8.1.0] (2021-11-29)
2834

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

356362
<!-- Releases -->
357-
[Unreleased]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.1.0...main
363+
[Unreleased]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.2.0...main
364+
[8.2.0]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.1.0...v8.2.0
358365
[8.1.0]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.0.0...v8.1.0
359366
[8.0.0]: https://github.com/cucumber/cucumber-jvm-scala/compare/v7.1.0...v8.0.0
360367
[7.1.0]: https://github.com/cucumber/cucumber-jvm-scala/compare/v7.0.0...v7.1.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" % "8.1.0" % Test
10+
libraryDependencies += "io.cucumber" %% "cucumber-scala" % "8.2.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>8.1.0</version>
21+
<version>8.2.0</version>
2222
<scope>test</scope>
2323
</dependency>
2424
```

0 commit comments

Comments
 (0)