diff --git a/CHANGELOG.md b/CHANGELOG.md index ec26824e..74853500 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +Release v1.3.0 (2021-02-02) +================================ +### SDK Enhancements +* Added SQL tracing name support (for database with same name) [PR #273](https://github.com/aws/aws-xray-sdk-go/pull/273) +* Added automated release workflow [PR #274](https://github.com/aws/aws-xray-sdk-go/pull/274) + Release v1.2.0 (2021-01-05) ================================ ### SDK Enhancements diff --git a/xray/config.go b/xray/config.go index 042156d6..842befb0 100644 --- a/xray/config.go +++ b/xray/config.go @@ -24,7 +24,7 @@ import ( ) // SDKVersion records the current X-Ray Go SDK version. -const SDKVersion = "1.2.0" +const SDKVersion = "1.3.0" // SDKType records which X-Ray SDK customer uses. const SDKType = "X-Ray for Go"