diff --git a/.cz.yaml b/.cz.yaml index 00af941..0bd3d34 100644 --- a/.cz.yaml +++ b/.cz.yaml @@ -5,6 +5,6 @@ commitizen: name: cz_conventional_commits tag_format: $major.$minor.$patch$prerelease update_changelog_on_bump: true - version: 0.6.0 + version: 0.7.0 version_files: - build.gradle:version diff --git a/CHANGELOG.md b/CHANGELOG.md index 41f491b..f5ee568 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.7.0 (2023-04-22) + +### Feat + +- **#89**: add support for pulling the Locust image from private registries (#98) by @jachinte + ## 0.6.0 (2023-04-21) ### Feat diff --git a/build.gradle b/build.gradle index 9140e33..b66e573 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ plugins { } // Automatically managed by commitizen (.cz.yaml) -version = "0.6.0" +version = "0.7.0" group = "com.locust" repositories {