Skip to content

Commit

Permalink
Release commit v0.11.4 (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
srprash authored Apr 1, 2020
1 parent 4c72d75 commit cfa2ae4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
0.11.4 (2020-03-31)
-------------------
* Bugfix - Fixed issue where wrong DB-connection was returned [PR #35](https://github.com/aws/aws-xray-sdk-ruby/pull/35)
* Added - Whitelist SageMakerRuntime InvokeEndpoint operation [PR #36](https://github.com/aws/aws-xray-sdk-ruby/pull/36)
* Bugfix - Do not log Lambda runtime segments [PR #39](https://github.com/aws/aws-xray-sdk-ruby/pull/39)
* Bugfix - Fix typo of aws services white list [PR #41](https://github.com/aws/aws-xray-sdk-ruby/pull/41)
* Added - Add missing rds data service sdk [PR #42](https://github.com/aws/aws-xray-sdk-ruby/pull/42)
* Added - Updated service whitelist [PR #43](https://github.com/aws/aws-xray-sdk-ruby/pull/43)
* Bugfix - Use full qualified constant name [PR #45](https://github.com/aws/aws-xray-sdk-ruby/pull/45)

0.11.3 (2019-10-31)
-------------------
* Added - Lambda instrumentation support [PR #32](https://github.com/aws/aws-xray-sdk-ruby/pull/32)
Expand Down
2 changes: 1 addition & 1 deletion lib/aws-xray-sdk/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module XRay
VERSION = '0.11.3'
VERSION = '0.11.4'
end

0 comments on commit cfa2ae4

Please sign in to comment.