diff --git a/CHANGELOG.md b/CHANGELOG.md index 681656ddff..a30961c491 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.10.2 (Unreleased) +## 1.10.2 - S3 backend now correctly sends the `x-amz-server-side-encryption` header for the lockfile. ([#2870](https://github.com/opentofu/opentofu/issues/2970)) - A provider source address explicitly using the hostname `registry.terraform.io` will no longer cause errors related to a corresponding provider on `registry.opentofu.org` when executing workflow commands like plan and apply. ([#2979](https://github.com/opentofu/opentofu/issues/2979)) diff --git a/version/VERSION b/version/VERSION index 4dae2985b5..5ad2491cf8 100644 --- a/version/VERSION +++ b/version/VERSION @@ -1 +1 @@ -1.10.1 +1.10.2