diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a863b2498..f9378b8d0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] (In Git) ### Added + * Include SourceReferences in message output ([#2064](https://github.com/cucumber/cucumber-jvm/issues/2064) M.P. Korstanje) + * Enable searching and filtering in html report ([cucumber/#1111](https://github.com/cucumber/cucumber/pull/1111) Vincent Psarga) ### Changed @@ -16,6 +18,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Removed ### Fixed + * Use Unicode symbols as a parameter boundary in snippets ([cucumber/#1108](https://github.com/cucumber/cucumber/pull/1108) M.P. Korstnaje) ## [6.3.0] (2020-07-24) @@ -31,8 +34,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/). * [Needle] Deprecate `cucumber-needle` ([#1763](https://github.com/cucumber/cucumber-jvm/issues/1763) M.P. Korstanje) * Consider using cucumber-deltaspike instead -### Removed - ### Fixed * [Core] Improve error message when an unknown plugin is used ([#2053](https://github.com/cucumber/cucumber-jvm/issues/2053) M.P. Korstanje) * [Java8] Allow test execution context to be garbage collected ([#2067](https://github.com/cucumber/cucumber-jvm/issues/2067) M.P. Korstanje) diff --git a/pom.xml b/pom.xml index 04012ac6e4..f3cd6dbc9f 100644 --- a/pom.xml +++ b/pom.xml @@ -24,13 +24,13 @@ 1.1.0 - 10.2.1 + 10.2.2 3.3.1 3.0.0 12.3.2 - 14.0.1 - 7.0.0 + 14.1.0 + 7.1.0 4.13