Skip to content

Commit 3f6e6b2

Browse files
committed
Update for new version
1 parent 1937c18 commit 3f6e6b2

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

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

4-
# v2.0.0-beta.24 (Unreleased)
4+
# v2.0.0-beta.25 (Unreleased)
5+
6+
# v2.0.0-beta.24 (2023-02-23)
7+
8+
BUG FIXES
9+
10+
* Avoids retries on `Expired Token` errors. ([#362](https://github.com/hashicorp/aws-sdk-go-base/pull/362))
511

612
# v2.0.0-beta.23 (2023-02-09)
713

v2/awsv1shim/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.22
99
github.com/aws/aws-sdk-go-v2/service/sts v1.18.3
1010
github.com/google/go-cmp v0.5.9
11-
github.com/hashicorp/aws-sdk-go-base/v2 v2.0.0-beta.23
11+
github.com/hashicorp/aws-sdk-go-base/v2 v2.0.0-beta.24
1212
github.com/hashicorp/go-cleanhttp v0.5.2
1313
github.com/hashicorp/terraform-plugin-log v0.8.0
1414
go.opentelemetry.io/otel v1.13.0

0 commit comments

Comments
 (0)