Skip to content

Commit 5b8e18e

Browse files
committed
Bump up to v0.4.0
1 parent b1b6fac commit 5b8e18e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## master (Unreleased)
22

3+
## 0.4.0 (2024/11/11)
4+
35
BREAKING CHANGES:
46

57
* Upgrade AWS SDK Go to v2 ([#191](https://github.com/minamijoyo/tfmigrate/pull/191))

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
)
1414

1515
// Version is a version number.
16-
var version = "0.4.0-beta1"
16+
var version = "0.4.0"
1717

1818
func main() {
1919
log.SetOutput(logOutput())

0 commit comments

Comments
 (0)