diff --git a/CHANGELOG.md b/CHANGELOG.md index 30ae37e1..3e8c6695 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # v2.0.0 (Unreleased) +# v2.0.0-beta.69 (2025-12-08) + +ENHANCEMENTS + +* Updates supported endpoints ([#1390](https://github.com/hashicorp/aws-sdk-go-base/pull/1390)) +* `useragent`: Add `FromSlice` function ([#1389](https://github.com/hashicorp/aws-sdk-go-base/pull/1389)) + +BUG FIXES + +* Updates dependencies. + # v2.0.0-beta.68 (2025-10-04) ENHANCEMENTS diff --git a/v2/awsv1shim/go.mod b/v2/awsv1shim/go.mod index 81ab3016..237cc6d0 100644 --- a/v2/awsv1shim/go.mod +++ b/v2/awsv1shim/go.mod @@ -10,7 +10,7 @@ require ( github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.15 github.com/aws/aws-sdk-go-v2/service/sts v1.41.3 github.com/google/go-cmp v0.7.0 - github.com/hashicorp/aws-sdk-go-base/v2 v2.0.0-beta.68 + github.com/hashicorp/aws-sdk-go-base/v2 v2.0.0-beta.69 github.com/hashicorp/go-cleanhttp v0.5.2 github.com/hashicorp/terraform-plugin-log v0.10.0 go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws v0.63.0