Skip to content

Commit

Permalink
Bump version to v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
minamijoyo committed May 2, 2022
1 parent b0cf384 commit 580b836
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,5 +1,11 @@
## master (Unreleased)

## 0.0.2 (2022/05/02)

NEW FEATURES:

* Generate a migration file for import from Terraform plan ([#25](https://github.com/minamijoyo/tfedit/pull/25))

## 0.0.1 (2022/04/15)

Initial release
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.0.1"
version = "0.0.2"
)

func init() {
Expand Down

0 comments on commit 580b836

Please sign in to comment.