Skip to content

Commit

Permalink
Merge pull request #383 from atshaw43/master
Browse files Browse the repository at this point in the history
Updating change log for 1.8.0
  • Loading branch information
atshaw43 authored Nov 11, 2022
2 parents c67765e + 0dda36c commit f0b2390
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
Expand Up @@ -6,6 +6,14 @@ Unreleased

### SDK Bugs

Release v1.8.0 (2022-11-08)
================================
### SDK Enhancements
* Oversampling Mitigation [#PR381](https://github.com/aws/aws-xray-sdk-go/pull/381)
* Changed Missing Context default strategy to log [#PR382](https://github.com/aws/aws-xray-sdk-go/pull/382)

### SDK Bugs


Release v1.7.1 (2022-09-14)
================================
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.7.1"
const SDKVersion = "1.8.0"

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

0 comments on commit f0b2390

Please sign in to comment.