diff --git a/CHANGELOG.md b/CHANGELOG.md index aa11ac76..03465396 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -Release v1.6.0 (2021-07-06) +Release v1.6.0 (2021-07-07) ================================ ### SDK Enhancements * AWS SDK v2 instrumentation support [PR #309](https://github.com/aws/aws-xray-sdk-go/pull/309) @@ -6,6 +6,7 @@ Release v1.6.0 (2021-07-06) ### SDK Bugs * Fixed appending to existing gRPC context [PR #308](https://github.com/aws/aws-xray-sdk-go/pull/308) * Fixed memory leak issue on fasthttp handler [PR #311](https://github.com/aws/aws-xray-sdk-go/pull/311) +* Fixed panic issue when segment is not present [PR #316](https://github.com/aws/aws-xray-sdk-go/pull/316) Release v1.5.0 (2021-06-10)