File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -8,15 +8,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
88## [ Unreleased] (In Git)
99
1010### Added
11- * [ Core] Define CLI arguments as static variables instead of hardcoded strings ([ #2130 ] ( https://github.com/cucumber/cucumber-jvm/pull/2130 ) Quang Lê)
12- * [ Core] Support for ` Optional<T> ` in data tables ([ cucumber/#1182 ] ( https://github.com/cucumber/cucumber/pull/1182 ) Anton Derabin)
1311
1412### Changed
1513
1614### Deprecated
1715
1816### Removed
1917
18+ ### Fixed
19+
20+ ## [ 6.8.0] (2020-09-26)
21+
22+ ### Added
23+ * [ Core] Define CLI arguments as static variables instead of hardcoded strings ([ #2130 ] ( https://github.com/cucumber/cucumber-jvm/pull/2130 ) Quang Lê)
24+ * [ Core] Support for ` Optional<T> ` in data tables ([ cucumber/#1182 ] ( https://github.com/cucumber/cucumber/pull/1182 ) Anton Derabin)
25+
2026### Fixed
2127 * [ Core] Validation of ` CUCUMBER_PUBLISH_TOKEN ` no longer happens inside Cucumber-JVM - only on the server.
2228 ([ #2123 ] ( https://github.com/cucumber/cucumber-jvm/pull/2123 )
@@ -1542,7 +1548,8 @@ in `cucumber.api` stable from now on, with proper deprecation warnings in case s
15421548* First proper release
15431549
15441550<!-- Releases -->
1545- [ Unreleased ] : https://github.com/cucumber/cucumber-jvm/compare/v6.7.0...main
1551+ [ Unreleased ] : https://github.com/cucumber/cucumber-jvm/compare/v6.8.0...main
1552+ [ 6.8.0 ] : https://github.com/cucumber/cucumber-jvm/compare/v6.7.0...v6.8.0
15461553[ 6.7.0 ] : https://github.com/cucumber/cucumber-jvm/compare/v6.6.1...v6.7.0
15471554[ 6.6.1 ] : https://github.com/cucumber/cucumber-jvm/compare/v6.6.0...v6.6.1
15481555[ 6.6.0 ] : https://github.com/cucumber/cucumber-jvm/compare/v6.5.1...v6.6.0
You can’t perform that action at this time.
0 commit comments