diff --git a/CHANGELOG.md b/CHANGELOG.md index ab16e8e..e46466d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## master (Unreleased) +## 0.3.16 (2023/09/05) + BUG FIXES: * avoid suppressing errors in deferred funcs ([#150](https://github.com/minamijoyo/tfmigrate/pull/150)) diff --git a/main.go b/main.go index 7e0b3c3..979adda 100644 --- a/main.go +++ b/main.go @@ -13,7 +13,7 @@ import ( ) // Version is a version number. -var version = "0.3.15" +var version = "0.3.16" func main() { log.SetOutput(logOutput())