Skip to content

Commit 948015d

Browse files
authored
chore: preparing 1.7.0 release. (#323)
1 parent 9d97c16 commit 948015d

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.MD

+17
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,23 @@ 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.7.0] - September 17, 2021
11+
12+
### New Features
13+
* Add new public properties to `OptimizelyConfig`. ([#322](https://github.com/optimizely/go-sdk/pull/322), [#312](https://github.com/optimizely/go-sdk/pull/312))
14+
- SdkKey
15+
- EnvironmentKey
16+
- Attributes
17+
- Audiences
18+
- Events
19+
- ExperimentRules and DeliveryRules to `OptimizelyFeature`
20+
- Audiences to `OptimizelyExperiment`
21+
* For details, refer to our documentation page: [https://docs.developers.optimizely.com/full-stack/v4.0/docs/optimizelyconfig-go](https://docs.developers.optimizely.com/full-stack/v4.0/docs/optimizelyconfig-go).
22+
23+
### Deprecated
24+
25+
* `OptimizelyFeature.ExperimentsMap` of `OptimizelyConfig` is deprecated as of this release. Please use `OptimizelyFeature.ExperimentRules` and `OptimizelyFeature.DeliveryRules`. ([#322](https://github.com/optimizely/go-sdk/pull/322))
26+
1027
## [1.6.1] - March 2, 2021
1128
## Bug Fix
1229
- Fix issues for decision variables and reasons. [#309](https://github.com/optimizely/go-sdk/pull/309)

pkg/event/version.go

+1-1
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.6.1"
21+
var Version = "1.7.0"
2222

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

0 commit comments

Comments
 (0)