Skip to content

Commit d2c7d8d

Browse files
authored
chore: prepare v2.0.0-beta.69 release (#1392)
1 parent 3d29bcc commit d2c7d8d

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

4+
# v2.0.0-beta.69 (2025-12-08)
5+
6+
ENHANCEMENTS
7+
8+
* Updates supported endpoints ([#1390](https://github.com/hashicorp/aws-sdk-go-base/pull/1390))
9+
* `useragent`: Add `FromSlice` function ([#1389](https://github.com/hashicorp/aws-sdk-go-base/pull/1389))
10+
11+
BUG FIXES
12+
13+
* Updates dependencies.
14+
415
# v2.0.0-beta.68 (2025-10-04)
516

617
ENHANCEMENTS

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.18.15
1111
github.com/aws/aws-sdk-go-v2/service/sts v1.41.3
1212
github.com/google/go-cmp v0.7.0
13-
github.com/hashicorp/aws-sdk-go-base/v2 v2.0.0-beta.68
13+
github.com/hashicorp/aws-sdk-go-base/v2 v2.0.0-beta.69
1414
github.com/hashicorp/go-cleanhttp v0.5.2
1515
github.com/hashicorp/terraform-plugin-log v0.10.0
1616
go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws v0.63.0

0 commit comments

Comments
 (0)