Skip to content

Commit

Permalink
Prepare release 0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Wentzel committed Jul 22, 2022
1 parent ac1b248 commit c46c721
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.7.4"></a>
## [0.7.4] - 2022-07-22
### features
- Implement parsing of provider build output. ([#82](https://github.com/kreuzwerker/m1-terraform-provider-helper/issues/82)) ([ac1b248](https://github.com/kreuzwerker/m1-terraform-provider-helper/commit/ac1b248afb240726a3e6535973a934161a808f40))


<a name="0.7.3"></a>
## [0.7.3] - 2022-07-21

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.7.3"
const version string = "0.7.4"

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

0 comments on commit c46c721

Please sign in to comment.