Skip to content

Commit

Permalink
Release v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hc-github-team-tf-core committed May 23, 2022
1 parent 3083dfc commit 7b5d65d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
@@ -1,10 +1,10 @@
## 1.2.1 (Unreleased)
## 1.2.1 (May 23, 2022)

BUG FIXES:

* SSH provisioner connections fail when using signed `ed25519` keys [GH-31092]
* Crash with invalid module source [GH-31060]
* Incorrect "Module is incompatible with count, for_each, and depends_on" error when a provider is nested within a module along with a sub-module using `count` or `for_each` [GH-31091]
* SSH provisioner connections fail when using signed `ed25519` keys ([#31092](https://github.com/hashicorp/terraform/issues/31092))
* Crash with invalid module source ([#31060](https://github.com/hashicorp/terraform/issues/31060))
* Incorrect "Module is incompatible with count, for_each, and depends_on" error when a provider is nested within a module along with a sub-module using `count` or `for_each` ([#31091](https://github.com/hashicorp/terraform/issues/31091))


## 1.2.0 (May 18, 2022)
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Expand Up @@ -16,7 +16,7 @@ var Version = "1.2.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 7b5d65d

Please sign in to comment.