diff --git a/.changelog/cde77183ed444fbcb4c61059b254fc94.json b/.changelog/cde77183ed444fbcb4c61059b254fc94.json deleted file mode 100644 index 96f6fe9d..00000000 --- a/.changelog/cde77183ed444fbcb4c61059b254fc94.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "cde77183-ed44-4fbc-b4c6-1059b254fc94", - "type": "bugfix", - "description": "Fix failure to replace URI path segments when their names overlap.", - "modules": [ - "." - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index c63f18f5..56b19e3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# Release (2024-11-15) + +## General Highlights +* **Dependency Update**: Updated to the latest SDK module versions + +## Module Highlights +* `github.com/aws/smithy-go`: v1.22.1 + * **Bug Fix**: Fix failure to replace URI path segments when their names overlap. + # Release (2024-10-03) ## General Highlights diff --git a/go_module_metadata.go b/go_module_metadata.go index d7a7627b..212eae4f 100644 --- a/go_module_metadata.go +++ b/go_module_metadata.go @@ -3,4 +3,4 @@ package smithy // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.22.0" +const goModuleVersion = "1.22.1" diff --git a/metrics/smithyotelmetrics/CHANGELOG.md b/metrics/smithyotelmetrics/CHANGELOG.md index 424e3118..170fe7d9 100644 --- a/metrics/smithyotelmetrics/CHANGELOG.md +++ b/metrics/smithyotelmetrics/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.0.2 (2024-11-15) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.0.1 (2024-10-03) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/metrics/smithyotelmetrics/go.mod b/metrics/smithyotelmetrics/go.mod index d064cd24..b0e72d19 100644 --- a/metrics/smithyotelmetrics/go.mod +++ b/metrics/smithyotelmetrics/go.mod @@ -3,7 +3,7 @@ module github.com/aws/smithy-go/metrics/smithyotelmetrics go 1.22 require ( - github.com/aws/smithy-go v1.22.0 + github.com/aws/smithy-go v1.22.1 go.opentelemetry.io/otel v1.29.0 go.opentelemetry.io/otel/metric v1.29.0 ) diff --git a/metrics/smithyotelmetrics/go_module_metadata.go b/metrics/smithyotelmetrics/go_module_metadata.go index 227d5bbd..8dd4014c 100644 --- a/metrics/smithyotelmetrics/go_module_metadata.go +++ b/metrics/smithyotelmetrics/go_module_metadata.go @@ -3,4 +3,4 @@ package smithyotelmetrics // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.0.1" +const goModuleVersion = "1.0.2" diff --git a/tracing/smithyoteltracing/CHANGELOG.md b/tracing/smithyoteltracing/CHANGELOG.md index 314e92bb..dc444b3f 100644 --- a/tracing/smithyoteltracing/CHANGELOG.md +++ b/tracing/smithyoteltracing/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.0.2 (2024-11-15) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.0.1 (2024-10-03) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/tracing/smithyoteltracing/go.mod b/tracing/smithyoteltracing/go.mod index bd779a39..057c12b9 100644 --- a/tracing/smithyoteltracing/go.mod +++ b/tracing/smithyoteltracing/go.mod @@ -3,7 +3,7 @@ module github.com/aws/smithy-go/tracing/smithyoteltracing go 1.22 require ( - github.com/aws/smithy-go v1.22.0 + github.com/aws/smithy-go v1.22.1 go.opentelemetry.io/otel v1.29.0 go.opentelemetry.io/otel/trace v1.29.0 ) diff --git a/tracing/smithyoteltracing/go_module_metadata.go b/tracing/smithyoteltracing/go_module_metadata.go index 8a149a7f..e0818d10 100644 --- a/tracing/smithyoteltracing/go_module_metadata.go +++ b/tracing/smithyoteltracing/go_module_metadata.go @@ -3,4 +3,4 @@ package smithyoteltracing // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.0.1" +const goModuleVersion = "1.0.2"