Skip to content

Commit f637d5b

Browse files
committed
Update CHANGELOG and docs for v8.2.1
1 parent af227c8 commit f637d5b

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] Updated `cucumber-core` dependency to [7.2.2](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)
17-
1816
### Deprecated
1917

2018
### Removed
2119

2220
### Fixed
2321

22+
## [8.2.1] (2022-01-10)
23+
24+
### Changed
25+
26+
- [Core] Updated `cucumber-core` dependency to [7.2.2](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)
27+
2428
## [8.2.0] (2022-01-04)
2529

2630
### Added
@@ -362,7 +366,8 @@ _Although there is no visible change from a user perspective, there are signific
362366
- [Build] Update Scala versions to 2.11.12 and 2.12.7 ([#11](https://github.com/cucumber/cucumber-jvm-scala/issues/11) Arturas Smorgun)
363367

364368
<!-- Releases -->
365-
[Unreleased]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.2.0...main
369+
[Unreleased]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.2.1...main
370+
[8.2.1]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.2.0...v8.2.1
366371
[8.2.0]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.1.0...v8.2.0
367372
[8.1.0]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.0.0...v8.1.0
368373
[8.0.0]: https://github.com/cucumber/cucumber-jvm-scala/compare/v7.1.0...v8.0.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.2.0" % Test
10+
libraryDependencies += "io.cucumber" %% "cucumber-scala" % "8.2.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.13</artifactId>
21-
<version>8.2.0</version>
21+
<version>8.2.1</version>
2222
<scope>test</scope>
2323
</dependency>
2424
```

0 commit comments

Comments
 (0)