diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e0fda9..80e4abd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## [v0.2.6](https://github.com/putcho01/atlassian-cli/compare/v0.2.5...v0.2.6) - 2026-05-11 +- :wrench:(release): use existing draft release in GoReleaser by @putcho01 in https://github.com/putcho01/atlassian-cli/pull/12 + ## [v0.2.5](https://github.com/putcho01/atlassian-cli/compare/v0.2.4...v0.2.5) - 2026-05-11 - fix tagpr.yml by @putcho01 in https://github.com/putcho01/atlassian-cli/pull/10 diff --git a/cmd/root.go b/cmd/root.go index 4a5d8eb..6d29a3b 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -38,7 +38,7 @@ import ( "github.com/spf13/cobra" ) -var version = "0.2.5" +var version = "0.2.6" var rootCmd = &cobra.Command{ Use: "atlassian-cli",