Skip to content

Commit

Permalink
Release v1.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
hc-github-team-tf-core committed Jan 4, 2023
1 parent e1e0a4f commit 43ef474
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.3.7 (Unreleased)
## 1.3.7 (January 04, 2023)

BUG FIXES:

* Fix exact version constraint parsing for modules using prerelease versions [GH-32377]
* Prevent panic when a provider returns a null block value during refresh which is used as configuration via `ignore_changes` [GH-32428]
* Fix exact version constraint parsing for modules using prerelease versions ([#32377](https://github.com/hashicorp/terraform/issues/32377))
* Prevent panic when a provider returns a null block value during refresh which is used as configuration via `ignore_changes` ([#32428](https://github.com/hashicorp/terraform/issues/32428))

## 1.3.6 (November 30, 2022)

Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Expand Up @@ -16,7 +16,7 @@ var Version = "1.3.7"
// 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 43ef474

Please sign in to comment.