diff --git a/CHANGELOG.md b/CHANGELOG.md index 013f86b..6d52329 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ ### Fixed - Issue [#23](https://github.com/reportportal/agent-java-karate/issues/23) scenarios outside features in parallel execution, by @HardNorth +## [5.0.1] +### Changed +- Karate dependency marked as `compileOnly` to force users specify their own version of Karate, by @HardNorth +- Client version updated on [5.2.5](https://github.com/reportportal/client-java/releases/tag/5.2.5), by @HardNorth +### Fixed +- Issue [#23](https://github.com/reportportal/agent-java-karate/issues/23) scenarios outside features in parallel execution, by @HardNorth + ## [5.0.0] ### Added - Basic Agent functionality, by @vrymar diff --git a/gradle.properties b/gradle.properties index 206f8c7..bbacc9a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ name=agent-java-karate -version=5.0.1-SNAPSHOT +version=5.0.2-SNAPSHOT description=EPAM ReportPortal. Karate test framework [1.3.1, ) adapter gradle_version=8.2 karate_version=1.4.1