Skip to content

Commit

Permalink
chore(release): v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
m-triassi committed Feb 1, 2024
1 parent ab43ab1 commit 578d721
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit 578d721

Please sign in to comment.