From 9d019f5ef265ecf6fe04eb99479d352ed1050d14 Mon Sep 17 00:00:00 2001 From: Min Xia Date: Thu, 5 Sep 2024 16:23:38 -0700 Subject: [PATCH] Release 0.16.0 --- CHANGELOG.md | 4 ++++ lib/aws-xray-sdk/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07a981e..2353699 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +0.16.0 (2024-09-05) +------------------- +* Update - Fix issue: Wrong duration for DB transaction event on ROR 7.1 [PR #96](https://github.com/aws/aws-xray-sdk-ruby/pull/96) + 0.15.0 (2023-10-18) ------------------- * Update - Add ECS metadata allowing cloudwatch-logs to be linked with traces [PR #93](https://github.com/aws/aws-xray-sdk-ruby/pull/93) diff --git a/lib/aws-xray-sdk/version.rb b/lib/aws-xray-sdk/version.rb index 766b7ea..6d6cd95 100644 --- a/lib/aws-xray-sdk/version.rb +++ b/lib/aws-xray-sdk/version.rb @@ -1,3 +1,3 @@ module XRay - VERSION = '0.15.0' + VERSION = '0.16.0' end