File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
88Changes 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
Original file line number Diff line number Diff line change 1818package 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
2424const ClientName = "go-sdk"
You can’t perform that action at this time.
0 commit comments