Skip to content

Commit

Permalink
Bump version to v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
minamijoyo committed Jun 16, 2022
1 parent d0590a7 commit 06a56e4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
## master (Unreleased)

## 0.1.1 (2022/06/16)

ENHANCEMENTS:

* Update Go to v1.17.10 and Alpine to v3.16 ([#36](https://github.com/minamijoyo/tfedit/pull/36))
* Update hcl to v2.12.0 and hcledit to v0.2.4 ([#37](https://github.com/minamijoyo/tfedit/pull/37))
* Update Go to v1.18.3 ([#38](https://github.com/minamijoyo/tfedit/pull/38))
* Update terraform-json to v0.14.0 ([#39](https://github.com/minamijoyo/tfedit/pull/39))

## 0.1.0 (2022/06/07)

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.0"
version = "0.1.1"
)

func init() {
Expand Down

0 comments on commit 06a56e4

Please sign in to comment.