From c46c721a5d5c7697a052f87922bcf23b3c03e9d3 Mon Sep 17 00:00:00 2001 From: Martin Wentzel Date: Fri, 22 Jul 2022 14:52:11 +0200 Subject: [PATCH] Prepare release 0.7.4 --- CHANGELOG.md | 6 ++++++ cmd/version.go | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71ee16f..3df4447 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ + +## [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)) + + ## [0.7.3] - 2022-07-21 diff --git a/cmd/version.go b/cmd/version.go index 730c3fc..2a21e1a 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -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{