From 91c5cd4e1914e7999597c26310bd19ff0c65b573 Mon Sep 17 00:00:00 2001 From: Jared Baker Date: Mon, 11 Mar 2024 15:49:20 -0400 Subject: [PATCH] chore: v2.0.0-beta.49 release notes --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29b1941f..f4a93834 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # v2.0.0 (Unreleased) +# v2.0.0-beta.49 (2024-03-12) + +NOTES + +* Updates to Go 1.21 (used by Terraform starting with `v1.6.0` and the AWS provider since `5.37.0`), which, for Windows, requires at least Windows 10 or Windows Server 2016--support for previous versions has been discontinued--and, for macOS, requires macOS 10.15 Catalina or later--support for previous versions has been discontinued ([#960](https://github.com/hashicorp/aws-sdk-go-base/pull/960)). +* Updates dependencies. + +BREAKING CHANGES + +* Removes the `UseLegacyWorkflow` configuration option ([#962](https://github.com/hashicorp/aws-sdk-go-base/pull/962)) + # v2.0.0-beta.48 (2024-02-21) BUG FIXES