Skip to content

Commit 2703cb3

Browse files
authored
Release 0.14.0 (#89)
1 parent 90dae75 commit 2703cb3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
0.14.0 (2023-04-05)
2+
-------------------
3+
* Added - Allow list TopicArn for SNS PublishBatch request [PR #82](https://github.com/aws/aws-xray-sdk-ruby/pull/82).
4+
* Update - Change context missing strategy behaviour to Log Error [PR #83](https://github.com/aws/aws-xray-sdk-ruby/pull/83).
5+
* Added - Prevent warnings variable @metadata not initialised [PR #86](https://github.com/aws/aws-xray-sdk-ruby/pull/86).
6+
17
0.13.0 (2022-01-04)
28
-------------------
39
* Added - Whitelist the LocationService client for instrumentation [PR #77](https://github.com/aws/aws-xray-sdk-ruby/pull/77).

lib/aws-xray-sdk/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module XRay
2-
VERSION = '0.13.0'
2+
VERSION = '0.14.0'
33
end

0 commit comments

Comments
 (0)