File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
7
## [ Unreleased]
8
8
Changes that have landed but are not yet released. Changes that have landed but are not yet released.
9
9
10
+ ## [ 1.1.3] - April 22th, 2020
11
+ ## Bug Fix
12
+ - logger not set for httpDispatcher [ #254 ] ( https://github.com/optimizely/go-sdk/pull/254 )
13
+
10
14
## [ 1.1.2] - March 26th, 2020
11
15
## New Features
12
16
- refact: Update logging field keys to be consumable in structured logs [ #246 ] ( https://github.com/optimizely/go-sdk/pull/246 )
Original file line number Diff line number Diff line change 18
18
package event
19
19
20
20
// Version is the current version of the client
21
- var Version = "1.1.1 "
21
+ var Version = "1.1.3 "
22
22
23
23
// ClientName is the name of the client
24
24
var ClientName = "go-sdk"
You can’t perform that action at this time.
0 commit comments