Skip to content

Commit

Permalink
bump(release): v0.2.2 → v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdelrhmanHamouda committed Nov 30, 2022
1 parent 8820fe4 commit dcc6df1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .cz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

// Automatically managed by commitizen (.cz.yaml)
version = "0.2.2"
version = "0.2.3"
group = "com.locust"

repositories {
Expand Down

0 comments on commit dcc6df1

Please sign in to comment.