Skip to content

Commit d89c642

Browse files
committed
prepare for 1.4.5 release
1 parent d71d9f2 commit d89c642

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
## 1.4.5 (Unreleased)
1+
## 1.4.5 (April 12, 2023)
22

3-
* Revert change from [GH-32892] due to an upstream crash.
4-
* Fix planned destroy value which would cause `terraform_data` to fail when being replaced with `create_before_destroy` [GH-32988]
3+
* Revert change from [[#32892](https://github.com/hashicorp/terraform/issues/32892)] due to an upstream crash.
4+
* Fix planned destroy value which would cause `terraform_data` to fail when being replaced with `create_before_destroy` ([#32988](https://github.com/hashicorp/terraform/issues/32988))
55

66
## 1.4.4 (March 30, 2023)
77

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ var Version = "1.4.5"
1616
// A pre-release marker for the version. If this is "" (empty string)
1717
// then it means that it is a final release. Otherwise, this is a pre-release
1818
// such as "dev" (in development), "beta", "rc1", etc.
19-
var Prerelease = "dev"
19+
var Prerelease = ""
2020

2121
// SemVer is an instance of version.Version. This has the secondary
2222
// benefit of verifying during tests and init time that our version is a

0 commit comments

Comments
 (0)