Skip to content

Commit 3e63d62

Browse files
authored
chore: preparing 1.6.0 release (#308)
* chore: preparing 1.6.0 release * chore: update CHANGELOG format * chore: update CHANGELOG format * chore: update CHANGELOG format
1 parent 6964919 commit 3e63d62

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.MD

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ 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.6.0] - February 16th, 2021
11+
## New Features
12+
Introducing a new primary interface for retrieving feature flag status, configuration and associated experiment decisions for users ([#304](https://github.com/optimizely/go-sdk/pull/304), [#303](https://github.com/optimizely/go-sdk/pull/303), [#299](https://github.com/optimizely/go-sdk/pull/299), [#298](https://github.com/optimizely/go-sdk/pull/298), [#297](https://github.com/optimizely/go-sdk/pull/297)). The new `OptimizelyUserContext` class is instantiated with `CreateUserContext` and exposes the following APIs to get `OptimizelyDecision`:
13+
14+
- SetAttribute
15+
- Decide
16+
- DecideAll
17+
- DecideForKeys
18+
- TrackEvent
19+
20+
For details, refer to our documentation page: https://docs.developers.optimizely.com/full-stack/v4.0/docs/go-sdk.
21+
1022
## [1.5.1] - November 16th, 2020
1123
## New Features
1224
- Add "enabled" field to decision metadata structure ([#301](https://github.com/optimizely/go-sdk/pull/301))

pkg/event/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
package event
1919

2020
// Version is the current version of the client
21-
var Version = "1.5.1"
21+
var Version = "1.6.0"
2222

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

0 commit comments

Comments
 (0)