Skip to content

Commit

Permalink
Merge pull request #30 from yogiraj07/release
Browse files Browse the repository at this point in the history
Release commit V0.11.2
  • Loading branch information
luluzhao authored Jul 18, 2019
2 parents 135a918 + 249be13 commit ba313cd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
0.11.2 (2019-07-18)
-------------------
* Added - AWS SNS service whitelist support [PR #29](https://github.com/aws/aws-xray-sdk-ruby/pull/29)
* Bugfix - Fixed typo for Firehose client in AWS service manifest file [Issue #26](https://github.com/aws/aws-xray-sdk-ruby/issues/26), [PR #27](https://github.com/aws/aws-xray-sdk-ruby/pull/27)
* Bugfix - Fixed custom daemon address configuration [PR #18](https://github.com/aws/aws-xray-sdk-ruby/pull/18)
* Bugfix - Fixed trace header in the HTTP response for JS apps[PR #16](https://github.com/aws/aws-xray-sdk-ruby/pull/16)
* Fixed broken travis CI [PR #24](https://github.com/aws/aws-xray-sdk-ruby/pull/24)

0.11.1 (2018-10-09)
-------------------
* Bugfix - Fixed an issue where sampling rule poller is terminated on Puma clustered mode. [ISSUE#14](https://github.com/aws/aws-xray-sdk-ruby/issues/14)

0.11.0 (2018-09-25)
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.1'
VERSION = '0.11.2'
end

0 comments on commit ba313cd

Please sign in to comment.