Skip to content

Commit

Permalink
Added changelog for 1.7.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
yasirfolio3 committed Sep 17, 2021
1 parent 9d97c16 commit 7629648
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
Changes that have landed but are not yet released. Changes that have landed but are not yet released.

## [1.7.0] - September 17, 2021

### New Features
* Add new public properties to `OptimizelyConfig`. ([#322](https://github.com/optimizely/go-sdk/pull/322), [#312](https://github.com/optimizely/go-sdk/pull/312))
- SdkKey
- EnvironmentKey
- Attributes
- Audiences
- Events
- ExperimentRules and DeliveryRules to `OptimizelyFeature`
- Audiences to `OptimizelyExperiment`
* 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).

### Deprecated

* `OptimizelyFeature.ExperimentsMap` of `OptimizelyConfig` is deprecated as of this release. Please use `OptimizelyFeature.ExperimentRules` and `OptimizelyFeature.DeliveryRules`. ([#418](https://github.com/optimizely/swift-sdk/pull/418))

## [1.6.1] - March 2, 2021
## Bug Fix
- Fix issues for decision variables and reasons. [#309](https://github.com/optimizely/go-sdk/pull/309)
Expand Down
2 changes: 1 addition & 1 deletion pkg/event/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
package event

// Version is the current version of the client
var Version = "1.6.1"
var Version = "1.7.0"

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

0 comments on commit 7629648

Please sign in to comment.