Unverified Commit 5139b2c0 authored by hc-github-team-tf-core's avatar hc-github-team-tf-core
Browse files

Release v1.2.5

Showing with 4 additions and 4 deletions
+4 -4
## 1.2.5 (Unreleased)
## 1.2.5 (July 13, 2022)
BUG FIXES:
* Report correct error message when a prerelease field is included in the `required_version` global constraint. [GH-31331]
* Fix case when extra blank lines were inserted into the plan for unchanged blocks. [GH-31330]
* Report correct error message when a prerelease field is included in the `required_version` global constraint. ([#31331](https://github.com/hashicorp/terraform/issues/31331))
* Fix case when extra blank lines were inserted into the plan for unchanged blocks. ([#31330](https://github.com/hashicorp/terraform/issues/31330))
## 1.2.4 (June 29, 2022)
......
......@@ -16,7 +16,7 @@ var Version = "1.2.5"
// A pre-release marker for the version. If this is "" (empty string)
// then it means that it is a final release. Otherwise, this is a pre-release
// such as "dev" (in development), "beta", "rc1", etc.
var Prerelease = "dev"
var Prerelease = ""
// SemVer is an instance of version.Version. This has the secondary
// benefit of verifying during tests and init time that our version is a
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment