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