Skip to content

Commit 4b9fe50

Browse files
authored
Merge pull request #1249 from hashicorp/release-v2.0.0-beta.61
Release `v2.0.0 beta.61`
2 parents 7b89572 + f88aa31 commit 4b9fe50

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
<!-- markdownlint-disable single-title -->
22
# v2.0.0 (Unreleased)
33

4+
# v2.0.0-beta.61 (2025-01-15)
5+
6+
ENHANCEMENTS
7+
8+
* Adds support for AWS region `mx-central-1` ([#1248](https://github.com/hashicorp/aws-sdk-go-base/pull/1248))
9+
10+
BUG FIXES
11+
12+
* Updates dependencies.
13+
414
# v2.0.0-beta.60 (2025-01-08)
515

616
ENHANCEMENTS

v2/awsv1shim/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.23
1313
github.com/aws/aws-sdk-go-v2/service/sts v1.33.7
1414
github.com/google/go-cmp v0.6.0
15-
github.com/hashicorp/aws-sdk-go-base/v2 v2.0.0-beta.60
15+
github.com/hashicorp/aws-sdk-go-base/v2 v2.0.0-beta.61
1616
github.com/hashicorp/go-cleanhttp v0.5.2
1717
github.com/hashicorp/terraform-plugin-log v0.9.0
1818
go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws v0.58.0

0 commit comments

Comments
 (0)