diff --git a/CHANGELOG.md b/CHANGELOG.md index 48c6f9e7..b1d50125 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ Please enumerate all user-facing changes using format `: `, with changes ordered in reverse chronological order. +## SNAPSHOT ## 0.10.0 * [##419](https://github.com/kroxylicious/kroxylicious-junit5-extension/pull/#419): Refactor endpoint creation and allow client connections to be formed to controllers in container mode. diff --git a/api/pom.xml b/api/pom.xml index 248dbb00..f706d738 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -14,7 +14,7 @@ io.kroxylicious.testing testing-parent - 0.10.0 + 0.11.0-SNAPSHOT ../pom.xml diff --git a/impl/pom.xml b/impl/pom.xml index 0b71f898..4407ac04 100644 --- a/impl/pom.xml +++ b/impl/pom.xml @@ -14,7 +14,7 @@ io.kroxylicious.testing testing-parent - 0.10.0 + 0.11.0-SNAPSHOT ../pom.xml diff --git a/integration-test/pom.xml b/integration-test/pom.xml index 5a7f493f..66caf685 100644 --- a/integration-test/pom.xml +++ b/integration-test/pom.xml @@ -14,7 +14,7 @@ io.kroxylicious.testing testing-parent - 0.10.0 + 0.11.0-SNAPSHOT ../pom.xml diff --git a/junit5-extension/pom.xml b/junit5-extension/pom.xml index b24f6cff..02b5c720 100644 --- a/junit5-extension/pom.xml +++ b/junit5-extension/pom.xml @@ -14,7 +14,7 @@ io.kroxylicious.testing testing-parent - 0.10.0 + 0.11.0-SNAPSHOT ../pom.xml diff --git a/pom.xml b/pom.xml index edafcb3b..532e6d12 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ io.kroxylicious.testing testing-parent - 0.10.0 + 0.11.0-SNAPSHOT pom Kroxylicious Testing Parent