Skip to content

Commit 084ab9d

Browse files
authored
prepare for release v1.1.0 (#237)
1 parent b2b7eb5 commit 084ab9d

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
Release v1.1.0 (2020-06-08)
2+
================================
3+
### SDK Breaking Changes
4+
* Added Disabling XRay SDK Support. [PR #219](https://github.com/aws/aws-xray-sdk-go/pull/219)
5+
6+
### SDK Enhancements
7+
* Added IMDSv2 Support. [PR #235](https://github.com/aws/aws-xray-sdk-go/pull/235)
8+
* Sanitize query string from url in http client segment [PR #228](https://github.com/aws/aws-xray-sdk-go/pull/228)
9+
110
Release v1.0.1 (2020-04-28)
211
================================
312
### SDK Enhancements

xray/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import (
2424
)
2525

2626
// SDKVersion records the current X-Ray Go SDK version.
27-
const SDKVersion = "1.0.0"
27+
const SDKVersion = "1.1.0"
2828

2929
// SDKType records which X-Ray SDK customer uses.
3030
const SDKType = "X-Ray for Go"

0 commit comments

Comments
 (0)