Skip to content

Commit

Permalink
Release v1.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
hc-github-team-tf-core committed Nov 10, 2021
1 parent a9cf8b2 commit a02b302
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
## 1.0.11 (Unreleased)
## 1.0.11 (November 10, 2021)

ENHANCEMENTS:

* backend/oss: Added support for `sts_endpoint` [GH-29841]
* backend/oss: Added support for `sts_endpoint` ([#29841](https://github.com/hashicorp/terraform/issues/29841))

BUG FIXES:

* config: Fixed a bug in which `ignore_changes = all` would not work in override files [GH-29849]
* config: Numbers are now compared for equality based on their protocol representation, eliminating unexpected changes due to small precision errors [GH-29864]
* config: Fixed a bug in which `ignore_changes = all` would not work in override files ([#29849](https://github.com/hashicorp/terraform/issues/29849))
* config: Numbers are now compared for equality based on their protocol representation, eliminating unexpected changes due to small precision errors ([#29864](https://github.com/hashicorp/terraform/issues/29864))

## 1.0.10 (October 28, 2021)

Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ var Version = "1.0.11"
// 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 a02b302

Please sign in to comment.