Skip to content

Commit

Permalink
Release v1.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
hc-github-team-tf-core committed Apr 20, 2022
1 parent 43393c8 commit 8a78182
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.1.9 (Unreleased)
## 1.1.9 (April 20, 2022)

BUG FIXES:

* cli: Fix crash when using sensitive values in sets. [GH-30825]
* cli: Fix double-quoted map keys when rendering a diff. [GH-30855]
* core: Prevent errors when handling a data source with incompatible schema changes [GH-30830]
* cli: Fix crash when using sensitive values in sets. ([#30825](https://github.com/hashicorp/terraform/issues/30825))
* cli: Fix double-quoted map keys when rendering a diff. ([#30855](https://github.com/hashicorp/terraform/issues/30855))
* core: Prevent errors when handling a data source with incompatible schema changes ([#30830](https://github.com/hashicorp/terraform/issues/30830))

ENHANCEMENTS:
* cli: Terraform now supports [run tasks](https://www.terraform.io/cloud-docs/workspaces/settings/run-tasks), a Terraform Cloud integration for executing remote operations, for the post plan stage of a run.
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Expand Up @@ -16,7 +16,7 @@ var Version = "1.1.9"
// 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 8a78182

Please sign in to comment.