diff --git a/CHANGELOG.md b/CHANGELOG.md index d58d662..04181b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,15 +6,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] -### Changed -- Include pickle name if parameterized [#4](https://github.com/cucumber/testng-xml-formatter/pull/4) +## [0.2.0] - 2024-06-22 ### Added - Support configurable `NamingStrategy.ExampleName` +### Changed +- Include pickle name if parameterized [#4](https://github.com/cucumber/testng-xml-formatter/pull/4) + ## [0.1.0] - 2024-04-05 ### Added - Java implementation -[Unreleased]: https://github.com/cucumber/testng-xml-formatter/compare/v0.1.0...HEAD +[Unreleased]: https://github.com/cucumber/testng-xml-formatter/compare/v0.2.0...HEAD +[0.2.0]: https://github.com/cucumber/testng-xml-formatter/compare/v0.1.0...v0.2.0 [0.1.0]: https://github.com/cucumber/testng-xml-formatter/compare/84ab54710362cbbfa1545d092fd4c9d0e69f74cf...v0.1.0 diff --git a/java/pom.xml b/java/pom.xml index c0dff29..db6627f 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -9,7 +9,7 @@ testng-xml-formatter - 0.1.1-SNAPSHOT + 0.2.0 jar TestNG XML Formatter Renders Cucumber Messages as TestNG XML @@ -17,14 +17,14 @@ io.cucumber.testngxmlformatter - 1712324239 + 1719064454 scm:git:git://github.com/cucumber/testng-xml-formatter.git scm:git:git@github.com:cucumber/testng-xml-formatter.git git://github.com/cucumber/testng-xml-formatter.git - HEAD + v0.2.0