Skip to content

Commit 22b714b

Browse files
author
Yogiraj Awati
committed
Releasing V1.0.0-rc.8
1 parent a72e095 commit 22b714b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
Release v1.0.0-rc.8 (2018-10-04)
2+
================================
3+
### SDK Bugs
4+
* Adding hostname support for daemon address parsing
5+
6+
### SDK Enhancements
7+
* Increase unit test coverage
8+
19
Release v1.0.0-rc.7 (2018-09-27)
210
================================
311
### SDK Breaking changes

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

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

0 commit comments

Comments
 (0)