We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16d808f commit 6ec5b55Copy full SHA for 6ec5b55
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+0.16.0 (2024-09-05)
2
+-------------------
3
+* 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)
4
+
5
0.15.0 (2023-10-18)
6
-------------------
7
* Update - Add ECS metadata allowing cloudwatch-logs to be linked with traces [PR #93](https://github.com/aws/aws-xray-sdk-ruby/pull/93)
lib/aws-xray-sdk/version.rb
@@ -1,3 +1,3 @@
module XRay
- VERSION = '0.15.0'
+ VERSION = '0.16.0'
end
0 commit comments