Skip to content

Commit 0343bbb

Browse files
author
Michael Ng
authored
chore: Prepare for 1.0.0-beta7 release. (#186)
1 parent b1b3e98 commit 0343bbb

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

CHANGELOG.MD

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,24 @@ 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-beta6] - November 8th, 2019
10+
## [1.0.0-beta7] - November 14th, 2019
1111

1212
## New Features
13+
- feat: Method for removing forced variations [#176](https://github.com/optimizely/go-sdk/pull/176)
14+
15+
### Bug Fixes
16+
- fix: Update built-in map-based ExperimentOverrideStore implementation to be concurrently usable [#171](https://github.com/optimizely/go-sdk/pull/171)
17+
- fix: Add a public constructor for MapExperimentOverridesStore [#174](https://github.com/optimizely/go-sdk/pull/174)
18+
- fix: don't return error when there is a good projectConfig in polling manager [#179](https://github.com/optimizely/go-sdk/pull/179)
19+
- fix(decision): Logs produced by the various decision services. [#180](https://github.com/optimizely/go-sdk/pull/180)
20+
- fix(exists-condition) Fixed exists comparison for leaf condition. [#185](https://github.com/optimizely/go-sdk/pull/185)
1321

22+
## [1.0.0-beta6] - November 8th, 2019
23+
24+
## New Features
1425
- Experiment override service - implement groups
1526
[#164](https://github.com/optimizely/go-sdk/pull/164)
16-
- Add User profile service
27+
- Add User profile service
1728
[#163](https://github.com/optimizely/go-sdk/pull/163)
1829

1930
### Bug Fixes

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

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

0 commit comments

Comments
 (0)