From 7a4b2f7ebba6d49615241689b7bc1214b655d2b1 Mon Sep 17 00:00:00 2001 From: AbdelrhmanHamouda Date: Sat, 22 Apr 2023 22:26:50 +0200 Subject: [PATCH] =?UTF-8?q?bump(release):=20v0.6.0=20=E2=86=92=20v0.7.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cz.yaml | 2 +- CHANGELOG.md | 6 ++++++ build.gradle | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) 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 {