Skip to content

Commit 41e2dea

Browse files
authored
Release v1.3.0 (#276)
* Added sample apps code * manual workflow * remove workflow file * release workflow * revert release workflow from master * manual workflow to run * remove release workflow * added changelog for v1.3.0 release and modify config * Update CHANGELOG.md
1 parent bd68eed commit 41e2dea

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Release v1.3.0 (2021-02-02)
2+
================================
3+
### SDK Enhancements
4+
* Added SQL tracing name support (for database with same name) [PR #273](https://github.com/aws/aws-xray-sdk-go/pull/273)
5+
* Added automated release workflow [PR #274](https://github.com/aws/aws-xray-sdk-go/pull/274)
6+
17
Release v1.2.0 (2021-01-05)
28
================================
39
### 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.2.0"
27+
const SDKVersion = "1.3.0"
2828

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

0 commit comments

Comments
 (0)