Skip to content

Commit

Permalink
Release v2.0.0-beta.23 and awsv1shim/v2.0.0-beta.24
Browse files Browse the repository at this point in the history
  • Loading branch information
gdavison committed Feb 9, 2023
1 parent 4984e27 commit 1f80358
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
<!-- markdownlint-disable single-title -->
# v2.0.0 (Unreleased)

# v2.0.0-beta.23 (Unreleased)
# v2.0.0-beta.24 (Unreleased)

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

BUG FIXES

* Truncates HTTP request bodies in logs. ([#351](https://github.com/hashicorp/aws-sdk-go-base/pull/351))

ENHANCEMENTS

Expand Down
6 changes: 3 additions & 3 deletions go.work.sum
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
github.com/hashicorp/aws-sdk-go-base/v2 v2.0.0-beta.22/go.mod h1:Mv+moFKBVkdL7qc44axDSUjzLeHadpd5Ewf1XdolZr0=
github.com/hashicorp/go-hclog v1.2.1 h1:YQsLlGDJgwhXFpucSPyVbCBviQtjlHv3jLTlp8YmtEw=
github.com/hashicorp/go-hclog v1.2.1/go.mod h1:W4Qnvbt70Wk/zYJryRzDRU/4r0kIg0PVHBcfoyhpF5M=
github.com/go-logr/logr v1.2.2/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=
github.com/go-logr/logr v1.2.3/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbVz/1A=
github.com/go-logr/stdr v1.2.2/go.mod h1:mMo/vtBO5dYbehREoey6XUKy/eSumjCCveDpRre4VKE=
2 changes: 1 addition & 1 deletion v2/awsv1shim/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.22
github.com/aws/aws-sdk-go-v2/service/sts v1.18.3
github.com/google/go-cmp v0.5.9
github.com/hashicorp/aws-sdk-go-base/v2 v2.0.0-beta.22
github.com/hashicorp/aws-sdk-go-base/v2 v2.0.0-beta.23
github.com/hashicorp/go-cleanhttp v0.5.2
github.com/hashicorp/terraform-plugin-log v0.7.0
go.opentelemetry.io/otel v1.12.0
Expand Down

0 comments on commit 1f80358

Please sign in to comment.