Skip to content

Commit

Permalink
Release v1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hc-github-team-tf-core committed Jul 13, 2022
1 parent 6b05e0b commit 5139b2c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
@@ -1,9 +1,9 @@
## 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)

Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Expand Up @@ -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
Expand Down

0 comments on commit 5139b2c

Please sign in to comment.