Skip to content

Commit

Permalink
Update CHANGELOG for v7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cukebot committed Nov 28, 2021
1 parent ddd0177 commit 82cedd8
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
----
## [Unreleased] (In Git)

### Added

### Changed

### Deprecated

### Removed

### Fixed

## [7.1.0] (2021-11-28)

### Added
* [Core] Include `DefaultObjectFactory` as part of the API ([#2400](https://github.com/cucumber/cucumber-jvm/pull/2400) M.P. Korstanje)

Expand All @@ -16,10 +28,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
* [JUnit Platform] Use JUnit Platform 1.8.2 (JUnit Jupiter 5.8.2)
### Deprecated
* [Core] Deprecated forgotten `TypeRegistry`.
### Removed

### Fixed

## [7.0.0] (2021-10-06) - [Release Announcement](release-notes/v7.0.0.md)

## [7.0.0-RC1] (2021-09-11)
Expand Down Expand Up @@ -1692,7 +1700,8 @@ in `cucumber.api` stable from now on, with proper deprecation warnings in case s
* First proper release

<!-- Releases -->
[Unreleased]: https://github.com/cucumber/cucumber-jvm/compare/v7.0.0...main
[Unreleased]: https://github.com/cucumber/cucumber-jvm/compare/v7.1.0...main
[7.1.0]: https://github.com/cucumber/cucumber-jvm/compare/v7.0.0-RC1...v7.1.0
[7.0.0]: https://github.com/cucumber/cucumber-jvm/compare/v7.0.0-RC1...v7.0.0
[7.0.0-RC1]: https://github.com/cucumber/cucumber-jvm/compare/v6.11.0...v7.0.0-RC1
[6.11.0]: https://github.com/cucumber/cucumber-jvm/compare/v6.10.4...v6.11.0
Expand Down

0 comments on commit 82cedd8

Please sign in to comment.