Skip to content

Commit 0346014

Browse files
authored
Merge pull request #1000 from hashicorp/release-v2.0.0-beta.51
Release v2.0.0-beta.51
2 parents 6679713 + 5999dd6 commit 0346014

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

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

4+
# v2.0.0-beta.51 (2024-04-04)
5+
46
BUG FIXES
57

68
* Correctly handles user agents passed using `TF_APPEND_USER_AGENT` which contain `/`, `(`, `)`, or space ([#990](https://github.com/hashicorp/aws-sdk-go-base/pull/990))

v2/awsv1shim/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.1
1111
github.com/aws/aws-sdk-go-v2/service/sts v1.28.6
1212
github.com/google/go-cmp v0.6.0
13-
github.com/hashicorp/aws-sdk-go-base/v2 v2.0.0-beta.50
13+
github.com/hashicorp/aws-sdk-go-base/v2 v2.0.0-beta.51
1414
github.com/hashicorp/go-cleanhttp v0.5.2
1515
github.com/hashicorp/terraform-plugin-log v0.9.0
1616
go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws v0.49.0

0 commit comments

Comments
 (0)