We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1b6fac commit 5b8e18eCopy full SHA for 5b8e18e
CHANGELOG.md
@@ -1,5 +1,7 @@
1
## master (Unreleased)
2
3
+## 0.4.0 (2024/11/11)
4
+
5
BREAKING CHANGES:
6
7
* Upgrade AWS SDK Go to v2 ([#191](https://github.com/minamijoyo/tfmigrate/pull/191))
main.go
@@ -13,7 +13,7 @@ import (
13
)
14
15
// Version is a version number.
16
-var version = "0.4.0-beta1"
+var version = "0.4.0"
17
18
func main() {
19
log.SetOutput(logOutput())
0 commit comments