Skip to content

Commit 68abf6c

Browse files
author
Michael Ng
authored
chore: Prepare 1.0.0-beta4 release. (#153)
1 parent 6584cfc commit 68abf6c

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

CHANGELOG.MD

Lines changed: 8 additions & 0 deletions
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. Changes that have landed but are not yet released.
99

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+
1018
## [1.0.0-beta3] - October 15th, 2019
1119

1220
### Breaking Changes

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,3 +251,7 @@ License (MIT): https://github.com/stretchr/testify/blob/master/LICENSE
251251
json-iterator
252252
Copyright (c) 2016 json-iterator
253253
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

pkg/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
package pkg
1919

2020
// Version is the current version of the client
21-
const Version = "1.0.0-beta3"
21+
const Version = "1.0.0-beta4"
2222

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

0 commit comments

Comments
 (0)