From c8023185222bb632430863186a377ca3b1c14668 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 23 Dec 2024 09:21:56 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.20.1=20=E2=86=92=200.21.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cz.yaml | 2 +- CHANGELOG.md | 6 ++++++ internal/cli/app.go | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.cz.yaml b/.cz.yaml index 5a5d6c6..cf15c9f 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.20.1 + version: 0.21.0 version_files: - internal/cli/app.go:Version diff --git a/CHANGELOG.md b/CHANGELOG.md index c73f5e9..658ee57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.21.0 (2024-12-23) + +### Feat + +- **#36**: post to multiple slack channels (#38) + ## v0.20.1 (2024-12-18) ### Fix diff --git a/internal/cli/app.go b/internal/cli/app.go index b3159f3..b38651b 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.20.1", + Version: "0.21.0", Commands: []*cli.Command{ { Name: "patrol",