File tree 2 files changed +7
-1
lines changed
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.
8
8
Changes that have landed but are not yet released. Changes that have landed but are not yet released.
9
9
- None
10
10
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
+
11
17
## [ 1.0.0-beta1] - September 27th, 2019
12
18
13
19
### New Features
Original file line number Diff line number Diff line change 18
18
package optimizely
19
19
20
20
// Version is the current version of the client
21
- const Version = "0.2.0 "
21
+ const Version = "1.0.0-beta2 "
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