diff --git a/.cz.yaml b/.cz.yaml index 1c4cea5..4851f07 100644 --- a/.cz.yaml +++ b/.cz.yaml @@ -106,6 +106,6 @@ commitizen: name: cz_customize tag_format: v$version update_changelog_on_bump: false - version: 0.22.1 + version: 0.22.2 version_files: - internal/cli/app.go:Version diff --git a/CHANGELOG.md b/CHANGELOG.md index ca363f0..364b606 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.22.2 (2024-12-23) + +### CI + +- fix labeler workflow + ## v0.22.1 (2024-12-23) ### Refactor diff --git a/internal/cli/app.go b/internal/cli/app.go index 60c6f15..2c9f6b6 100644 --- a/internal/cli/app.go +++ b/internal/cli/app.go @@ -9,7 +9,7 @@ func App(args []string) { app := &cli.App{ Name: "sheriff", Usage: "Fighting dangerous dangerous dependencies since 2024.", - Version: "0.22.1", + Version: "0.22.2", Commands: []*cli.Command{ { Name: "patrol",