Skip to content

Commit

Permalink
Prepare release 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mavogel committed Jun 29, 2023
1 parent 9691117 commit d19c0ef
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@

<a name="0.9.0"></a>
## [0.9.0] - 2023-06-29
### bug fixes
- goreleaser archive name template ([#146](https://github.com/kreuzwerker/m1-terraform-provider-helper/issues/146)) ([9691117](https://github.com/kreuzwerker/m1-terraform-provider-helper/commit/969111724ac2daa42f2c8a4161b7ed1d89d7c5be))
- empty reponse on provider registry json ([#145](https://github.com/kreuzwerker/m1-terraform-provider-helper/issues/145)) ([3eb420a](https://github.com/kreuzwerker/m1-terraform-provider-helper/commit/3eb420ad21eae08d2e52628e7cedf267d89cf680))


<a name="0.8.2"></a>
## [0.8.2] - 2023-03-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.2"
const version string = "0.9.0"

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

0 comments on commit d19c0ef

Please sign in to comment.