Skip to content

Commit

Permalink
Release commit v0.11.5 (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
srprash committed Jun 10, 2020
1 parent 3148a68 commit 6ba61b3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.11.5 (2020-06-10)
-------------------
* Added - Added support for IMDSv2 for EC2 metadata [PR #48](https://github.com/aws/aws-xray-sdk-ruby/pull/48)

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)
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.4'
VERSION = '0.11.5'
end

0 comments on commit 6ba61b3

Please sign in to comment.