Skip to content

Commit 4531e21

Browse files
committed
Update CHANGELOG and docs for v8.31.1
1 parent 8c589a7 commit 4531e21

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 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 [7.27.2](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)
17-
1816
### Deprecated
1917

2018
### Removed
2119

2220
### Fixed
2321

22+
## [8.31.1] (2025-08-19)
23+
24+
### Changed
25+
26+
- [Core] Update `cucumber-core` dependency to [7.27.2](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)
27+
2428
## [8.31.0] (2025-07-28)
2529

2630
### Changed
@@ -755,6 +759,7 @@ _Although there is no visible change from a user perspective, there are signific
755759
<!-- Releases -->
756760
[Unreleased]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.30.2-SNAPSHOT...HEAD
757761
[8.31.0-SNAPSHOT]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.30.2...v8.31.0-SNAPSHOT
762+
[8.31.0-SNAPSHOT]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.31.1...v8.31.0-SNAPSHOT
758763
[8.30.2-SNAPSHOT]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.30.1...v8.30.2-SNAPSHOT
759764
[8.30.1]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.30.0...v8.30.1
760765
[8.30.0]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.29.0...v8.30.0

version.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ThisBuild / version := "8.31.1-SNAPSHOT"
1+
ThisBuild / version := "8.31.1"

0 commit comments

Comments
 (0)