Skip to content

Commit

Permalink
prepare for 1.5.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
liamcervante committed Jun 21, 2023
1 parent 6507341 commit d1c116a
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.1 (Unreleased)
## 1.5.1 (June 21, 2023)

BUG FIXES:

* core: plan validation would fail for providers using nested set attributes with computed object attribute [GH-33377]
* core: plan validation would fail for providers using nested set attributes with computed object attribute ([#33377](https://github.com/hashicorp/terraform/issues/33377))

## 1.5.0 (June 12, 2023)

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

Please sign in to comment.