Skip to content

Commit 8900105

Browse files
author
Yogiraj Awati
authored
prepare for release 1.0.0-rc.14 (#146)
* prepare for release 1.0.0-rc.14
1 parent 47895fd commit 8900105

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Release v1.0.0-rc.14 (2019-09-03)
2+
================================
3+
### SDK Enhancements
4+
* Fixing bi-directional locking for parent-child segments and modifying lock on Segment struct to RWMutex [PR #140](https://github.com/aws/aws-xray-sdk-go/pull/140)
5+
16
Release v1.0.0-rc.13 (2019-07-18)
27
================================
38
### SDK New Features

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-rc.13"
27+
const SDKVersion = "1.0.0-rc.14"
2828

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

0 commit comments

Comments
 (0)