diff --git a/.cz.yaml b/.cz.yaml index bfa583d..ed2930c 100644 --- a/.cz.yaml +++ b/.cz.yaml @@ -4,6 +4,6 @@ commitizen: name: cz_conventional_commits tag_format: $major.$minor.$patch$prerelease update_changelog_on_bump: true - version: 0.2.2 + version: 0.2.3 version_files: - build.gradle:version diff --git a/CHANGELOG.md b/CHANGELOG.md index 1049ace..53cfa59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.2.3 (2022-11-30) + +### Fix + +- **63**: Correctly apply k8s service selector (#64) +- **63**: Correctly apply k8s service selector + ## 0.2.2 (2022-11-29) ### Fix diff --git a/build.gradle b/build.gradle index 0ac9181..a43e3b0 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ plugins { } // Automatically managed by commitizen (.cz.yaml) -version = "0.2.2" +version = "0.2.3" group = "com.locust" repositories {