Skip to content

Commit

Permalink
Prepare release 0.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Wentzel committed Sep 5, 2022
1 parent 2b98f8f commit 1164203
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.6"></a>
## [0.7.6] - 2022-09-05
### features
- Implement customizable request timeout. ([#88](https://github.com/kreuzwerker/m1-terraform-provider-helper/issues/88)) ([2b98f8f](https://github.com/kreuzwerker/m1-terraform-provider-helper/commit/2b98f8f4f28ab44b37bd85d0445cc10871ad7911))


<a name="0.7.5"></a>
## [0.7.5] - 2022-07-26
### 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.7.5"
const version string = "0.7.6"

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

0 comments on commit 1164203

Please sign in to comment.