Skip to content

Commit 9b06ffd

Browse files
committed
Update CHANGELOG and docs for v8.27.1
1 parent 991b663 commit 9b06ffd

File tree

3 files changed

+13
-8
lines changed

3 files changed

+13
-8
lines changed

CHANGELOG.md

+10-5
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,20 @@ See also the [CHANGELOG](https://github.com/cucumber/cucumber-jvm/blob/master/CH
1313

1414
### Changed
1515

16-
- [Core] Update `cucumber-core` dependency to [7.22.1](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)
17-
- [Dependencies] chore(deps): update dependency com.fasterxml.jackson.module:jackson-module-scala to v2.19.0
18-
- [Build] Publish to Sonatype Central Host
19-
2016
### Deprecated
2117

2218
### Removed
2319

2420
### Fixed
2521

22+
## [8.27.1] (2025-05-09)
23+
24+
### Changed
25+
26+
- [Core] Update `cucumber-core` dependency to [7.22.1](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)
27+
- [Dependencies] chore(deps): update dependency com.fasterxml.jackson.module:jackson-module-scala to v2.19.0
28+
- [Build] Publish to Sonatype Central Host
29+
2630
## [8.27.0] (2025-04-13)
2731

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

693697
<!-- Releases -->
694-
[Unreleased]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.27.0...HEAD
698+
[Unreleased]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.27.1...HEAD
699+
[8.27.1]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.27.0...v8.27.1
695700
[8.27.0]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.26.2...v8.27.0
696701
[8.26.2]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.26.1...v8.26.2
697702
[8.26.1]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.26.0...v8.26.1

docs/install.md

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

version.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ThisBuild / version := "8.27.1-SNAPSHOT"
1+
ThisBuild / version := "8.27.1"

0 commit comments

Comments
 (0)