Skip to content

Commit

Permalink
Merge pull request #921 from hashicorp/release-v2.0.0-beta.47
Browse files Browse the repository at this point in the history
Release `v2.0.0 beta.47`
  • Loading branch information
ewbankkit authored Feb 14, 2024
2 parents 3f64c31 + 9309bd0 commit 0e64620
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
<!-- markdownlint-disable single-title -->
# v2.0.0 (Unreleased)

# v2.0.0-beta.47 (2024-02-14)

BUG FIXES

* Ensures that each AWS SDK for Go v2 API client gets an independent `Retryer`. ([#918](https://github.com/hashicorp/aws-sdk-go-base/pull/918))
* Updates dependencies.

# v2.0.0-beta.46 (2024-01-03)

BUG FIXES
Expand Down
2 changes: 1 addition & 1 deletion v2/awsv1shim/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.15.0
github.com/aws/aws-sdk-go-v2/service/sts v1.27.0
github.com/google/go-cmp v0.6.0
github.com/hashicorp/aws-sdk-go-base/v2 v2.0.0-beta.46
github.com/hashicorp/aws-sdk-go-base/v2 v2.0.0-beta.47
github.com/hashicorp/go-cleanhttp v0.5.2
github.com/hashicorp/terraform-plugin-log v0.9.0
go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws v0.48.0
Expand Down

0 comments on commit 0e64620

Please sign in to comment.