Skip to content

Commit

Permalink
version: Prepare for 1.5.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
alisdair committed Jun 28, 2023
1 parent 1864f25 commit 447fa83
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
@@ -1,8 +1,8 @@
## 1.5.2 (Unreleased)
## 1.5.2 (June 28, 2023)

BUG FIXES:

* configs: Multiple `import` blocks with the same `id` string no longer result in a validation error [GH-33434]
* configs: Multiple `import` blocks with the same `id` string no longer result in a validation error ([#33434](https://github.com/hashicorp/terraform/issues/33434))

## 1.5.1 (June 21, 2023)

Expand Down
2 changes: 1 addition & 1 deletion version/VERSION
@@ -1 +1 @@
1.5.2-dev
1.5.2
2 changes: 1 addition & 1 deletion version/version.go
Expand Up @@ -19,7 +19,7 @@ var Version = "1.5.2"
// 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 447fa83

Please sign in to comment.