From 578d721a0b94f29a64cd9f486cdcb7318779530f Mon Sep 17 00:00:00 2001 From: Massimo Triassi Date: Thu, 1 Feb 2024 00:11:10 +0000 Subject: [PATCH] chore(release): v1.2.0 --- CHANGELOG.md | 9 +++++++++ cmd/root.go | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c90e0f..f2616da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [1.2.0](https://github.com/m-triassi/wowforge-cli/compare/v1.1.0...v1.2.0) (2024-02-01) + + +### Features + +* [#21](https://github.com/m-triassi/wowforge-cli/issues/21) add prints that shows what the application is doing during runtime ([a1b76fa](https://github.com/m-triassi/wowforge-cli/commit/a1b76faf300c5b1695bfb507bd8774a3b7f81cd0)) + + + # [1.1.0](https://github.com/m-triassi/wowforge-cli/compare/v1.0.0...v1.1.0) (2023-12-23) diff --git a/cmd/root.go b/cmd/root.go index 2888974..a6f7829 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -13,7 +13,7 @@ import ( var cfgFile string -const version = "v1.1.0" +const version = "v1.2.0" // rootCmd represents the base command when called without any subcommands var rootCmd = &cobra.Command{