From 3b7709c6db4285afc07af03cc0a657c800a8c93f Mon Sep 17 00:00:00 2001 From: Bhautik Pipaliya <56270044+bhautikpip@users.noreply.github.com> Date: Wed, 7 Jul 2021 10:33:18 -0700 Subject: [PATCH] Updated CHANGELOG for release v1.6.0 (#317) --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)