We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9910d5c commit 1dc76edCopy full SHA for 1dc76ed
CHANGELOG.md
@@ -1,5 +1,7 @@
1
## master (Unreleased)
2
3
+## 0.4.4 (2025/12/22)
4
+
5
ENHANCEMENTS:
6
7
* Add support for Terraform v1.14 ([#223](https://github.com/minamijoyo/tfmigrate/pull/223))
main.go
@@ -13,7 +13,7 @@ import (
13
)
14
15
// Version is a version number.
16
-var version = "0.4.3"
+var version = "0.4.4"
17
18
func main() {
19
log.SetOutput(logOutput())
0 commit comments