From 249be1341ea572ff3a09fd0230fec4b3fc141ab1 Mon Sep 17 00:00:00 2001 From: Yogiraj Awati Date: Thu, 18 Jul 2019 13:08:47 -0700 Subject: [PATCH] Release commit V0.11.2 --- CHANGELOG.md | 9 +++++++++ lib/aws-xray-sdk/version.rb | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fba264..43dc23a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/lib/aws-xray-sdk/version.rb b/lib/aws-xray-sdk/version.rb index 3145f5d..86bb1bd 100644 --- a/lib/aws-xray-sdk/version.rb +++ b/lib/aws-xray-sdk/version.rb @@ -1,3 +1,3 @@ module XRay - VERSION = '0.11.1' + VERSION = '0.11.2' end