Skip to content

Commit b0d5579

Browse files
committed
Update CHANGELOG for v7.3.1
1 parent e7239db commit b0d5579

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1515

1616
### Removed
1717

18+
### Fixed
19+
20+
## [7.3.1] (2022-04-20)
21+
1822
### Fixed
1923
- [Core] Removed usage of since Java 10 `Collectors.toUnmodifiableList()` method ([#2531](https://github.com/cucumber/cucumber-jvm/pull/2531) M.P. Korstanje)
2024

@@ -1768,7 +1772,8 @@ in `cucumber.api` stable from now on, with proper deprecation warnings in case s
17681772
* First proper release
17691773
17701774
<!-- Releases -->
1771-
[Unreleased]: https://github.com/cucumber/cucumber-jvm/compare/v7.3.0...main
1775+
[Unreleased]: https://github.com/cucumber/cucumber-jvm/compare/v7.3.1...main
1776+
[7.3.1]: https://github.com/cucumber/cucumber-jvm/compare/v7.3.0-RC1...v7.3.1
17721777
[7.3.0]: https://github.com/cucumber/cucumber-jvm/compare/v7.2.3-RC1...v7.3.0
17731778
[7.2.3]: https://github.com/cucumber/cucumber-jvm/compare/v7.2.2-RC1...v7.2.3
17741779
[7.2.2]: https://github.com/cucumber/cucumber-jvm/compare/v7.2.1-RC1...v7.2.2

0 commit comments

Comments
 (0)