Skip to content

Commit

Permalink
Bump version to v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
minamijoyo committed Jul 6, 2022
1 parent 974b5ea commit bd2ea3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## master (Unreleased)

## 0.1.2 (2022/07/06)

BUG FIXES:

* Map mfa_delete true/false => Enabled/Disabled for aws_s3_bucket_versioning ([#41](https://github.com/minamijoyo/tfedit/pull/41))
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 (
)

var (
version = "0.1.1"
version = "0.1.2"
)

func init() {
Expand Down

0 comments on commit bd2ea3a

Please sign in to comment.