Skip to content

Commit

Permalink
Prepare release 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Wentzel committed Mar 15, 2023
1 parent 45786d7 commit cd1a04f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@

<a name="0.8.2"></a>
## [0.8.2] - 2023-03-15
### bug fixes
- Git outputs should be language agnostic. ([#126](https://github.com/kreuzwerker/m1-terraform-provider-helper/issues/126)) ([45786d7](https://github.com/kreuzwerker/m1-terraform-provider-helper/commit/45786d75fc7c9265fb801eee6dd2a75088f50962))


<a name="0.8.1"></a>
## [0.8.1] - 2022-12-15
### bug fixes
Expand Down
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"github.com/spf13/cobra"
)

const version string = "0.8.1"
const version string = "0.8.2"

func versionCmd() *cobra.Command {
cmd := &cobra.Command{
Expand Down

0 comments on commit cd1a04f

Please sign in to comment.