Skip to content

Commit 023d4d5

Browse files
author
Michael Ng
authored
chore: Prepare release 1.0.0-beta2. (#126)
1 parent cf2b2a4 commit 023d4d5

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.MD

+6
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
88
Changes that have landed but are not yet released. Changes that have landed but are not yet released.
99
- None
1010

11+
## [1.0.0-beta2] - October 2nd, 2019
12+
13+
### New Features
14+
- Introduces the `Activate` and `GetVariation` APIs for running A/B tests.
15+
- Makes the top-level client components public: `DecisionService, ConfigManager, EventProcessor`.
16+
1117
## [1.0.0-beta1] - September 27th, 2019
1218

1319
### New Features

optimizely/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
package optimizely
1919

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

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

0 commit comments

Comments
 (0)