Skip to content

Commit 3d56445

Browse files
authored
Merge pull request #480 from aws/release_1.8.5
Release 1.8.5
2 parents 6d76caa + a1a3d7f commit 3d56445

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ Unreleased
66

77
### SDK Bugs
88

9+
Release v1.8.5 (2024-11-13)
10+
================================
11+
### SDK Enhancements
12+
13+
### SDK Bugs
14+
* Fix and upgrade protobuf [#PR 469](https://github.com/aws/aws-xray-sdk-go/pull/469)
15+
* Update fasthttp to v1.52.0 for RSA support [#PR 478](https://github.com/aws/aws-xray-sdk-go/pull/478)
16+
17+
918
Release v1.8.4 (2024-04-24)
1019
================================
1120
### 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.8.4"
27+
const SDKVersion = "1.8.5"
2828

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

0 commit comments

Comments
 (0)