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 ee310c1 commit f1126d0Copy full SHA for f1126d0
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+0.11.3 (2019-10-31)
2
+-------------------
3
+* Added - Lambda instrumentation support [PR #32](https://github.com/aws/aws-xray-sdk-ruby/pull/32)
4
+
5
0.11.2 (2019-07-18)
6
-------------------
7
* Added - AWS SNS service whitelist support [PR #29](https://github.com/aws/aws-xray-sdk-ruby/pull/29)
lib/aws-xray-sdk/version.rb
@@ -1,3 +1,3 @@
module XRay
- VERSION = '0.11.2'
+ VERSION = '0.11.3'
end
0 commit comments