File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,11 @@ 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-beta5] - October 30th, 2019
11
+
12
+ ### Bug Fixes
13
+ - fix(ExperimentWhitelistService): Fix finding variation by key [ #155 ] ( https://github.com/optimizely/go-sdk/pull/155 )
14
+
10
15
## [ 1.0.0-beta4] - October 28th, 2019
11
16
12
17
### New Features
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-beta4 "
21
+ const Version = "1.0.0-beta5 "
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