Skip to content

Commit

Permalink
Bump version to v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
minamijoyo committed Mar 15, 2022
1 parent 76a0310 commit 5b9f616
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
## master (Unreleased)

## 0.3.2 (2022/03/15)

ENHANCEMENTS:

Support Terraform Cloud as a remote backend in Terraform 1.1.+ with the `cloud` block.
* Support Terraform Cloud as a remote backend in Terraform 1.1.+ with the `cloud` block ([#76](https://github.com/minamijoyo/tfmigrate/pull/76))

## 0.3.1 (2022/01/26)

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
)

// Version is a version number.
var version = "0.3.1"
var version = "0.3.2"

func main() {
log.SetOutput(logOutput())
Expand Down

0 comments on commit 5b9f616

Please sign in to comment.