Skip to content

Commit ab4bb3e

Browse files
committed
Update CHANGELOG and docs for v8.32.0
1 parent d0a1924 commit ab4bb3e

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,19 @@ 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.28.0](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)
17-
- Upgrade Scala versions to 2.12.20 and 3.3.6
18-
1916
### Deprecated
2017

2118
### Removed
2219

2320
### Fixed
2421

22+
## [8.32.0] (2025-09-01)
23+
24+
### Changed
25+
26+
- [Core] Update `cucumber-core` dependency to [7.28.0](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)
27+
- Upgrade Scala versions to 2.12.20 and 3.3.6
28+
2529
## [8.31.1] (2025-08-19)
2630

2731
### Changed
@@ -762,6 +766,7 @@ _Although there is no visible change from a user perspective, there are signific
762766
<!-- Releases -->
763767
[Unreleased]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.30.2-SNAPSHOT...HEAD
764768
[8.31.0-SNAPSHOT]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.30.2...v8.31.0-SNAPSHOT
769+
[8.31.0-SNAPSHOT]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.32.0...v8.31.0-SNAPSHOT
765770
[8.31.0-SNAPSHOT]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.31.1...v8.31.0-SNAPSHOT
766771
[8.30.2-SNAPSHOT]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.30.1...v8.30.2-SNAPSHOT
767772
[8.30.1]: https://github.com/cucumber/cucumber-jvm-scala/compare/v8.30.0...v8.30.1

version.sbt

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

0 commit comments

Comments
 (0)