Skip to content

Commit da04ff2

Browse files
authored
chore: Prepare for 1.0.0-beta5 release (#158)
1 parent f05273e commit da04ff2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.MD

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ 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-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+
1015
## [1.0.0-beta4] - October 28th, 2019
1116

1217
### New Features

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-beta4"
21+
const Version = "1.0.0-beta5"
2222

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

0 commit comments

Comments
 (0)