Skip to content

Commit abd8d8a

Browse files
chore: prepare for patch release 1.8.3 (#349)
* chore: prepare for patch release 1.8.3 * Updated go version * Update CHANGELOG.MD Co-authored-by: Mirza Sohail Hussain <[email protected]>
1 parent 0a0d316 commit abd8d8a

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.MD

+8
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77
## [Unreleased]
88
Changes that have landed but are not yet released.
99

10+
## [1.8.3] - October 12, 2022
11+
12+
### New Features
13+
* Add option to set custom http.Client on HTTPRequester. ([#335](https://github.com/optimizely/go-sdk/pull/335))
14+
15+
### Bug Fix
16+
* Fixes issue with visitor where dispatch timestamp was used instead of userEvent creation timestamp. ([#345](https://github.com/optimizely/go-sdk/pull/345))
17+
1018
## [1.8.2] - September 1, 2022
1119

1220
### Bug Fix

pkg/event/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
package event
1919

2020
// Version is the current version of the client
21-
var Version = "1.8.2"
21+
var Version = "1.8.3"
2222

2323
// ClientName is the name of the client
2424
var ClientName = "go-sdk"

0 commit comments

Comments
 (0)