File tree Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,14 @@ 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.0.0-beta4] - October 28th, 2019
11
+
12
+ ### New Features
13
+ - feat(logger): Expand LogConsumer interface to have explicit field mapping. [ #147 ] ( https://github.com/optimizely/go-sdk/pull/147 )
14
+
15
+ ### Bug Fixes
16
+ - refac(client): Revise how the client handles and returns errors. [ #151 ] ( https://github.com/optimizely/go-sdk/pull/151 )
17
+
10
18
## [ 1.0.0-beta3] - October 15th, 2019
11
19
12
20
### Breaking Changes
Original file line number Diff line number Diff line change @@ -251,3 +251,7 @@ License (MIT): https://github.com/stretchr/testify/blob/master/LICENSE
251
251
json-iterator
252
252
Copyright (c) 2016 json-iterator
253
253
License (MIT): https://github.com/json-iterator/go/blob/master/LICENSE
254
+
255
+ subset
256
+ Copyright (c) 2015, Facebook, Inc. All rights reserved.
257
+ License (BSD): https://github.com/facebookarchive/subset/blob/master/license
Original file line number Diff line number Diff line change 18
18
package pkg
19
19
20
20
// Version is the current version of the client
21
- const Version = "1.0.0-beta3 "
21
+ const Version = "1.0.0-beta4 "
22
22
23
23
// ClientName is the name of the client
24
24
const ClientName = "go-sdk"
You can’t perform that action at this time.
0 commit comments