Skip to content

Commit

Permalink
Releasing V1.0.0-rc.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Yogiraj Awati committed Oct 4, 2018
1 parent a72e095 commit 22b714b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Release v1.0.0-rc.8 (2018-10-04)
================================
### SDK Bugs
* Adding hostname support for daemon address parsing

### SDK Enhancements
* Increase unit test coverage

Release v1.0.0-rc.7 (2018-09-27)
================================
### SDK Breaking changes
Expand Down
2 changes: 1 addition & 1 deletion xray/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
)

// SDKVersion records the current X-Ray Go SDK version.
const SDKVersion = "1.0.0-rc.7"
const SDKVersion = "1.0.0-rc.8"

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

0 comments on commit 22b714b

Please sign in to comment.