Skip to content

Commit

Permalink
chore: Prepare 1.3.0-beta release (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjc1283 committed Jun 16, 2020
1 parent ef17eaf commit 9081efc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ 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.3.0-beta1] - June 16th, 2020
## New Features
- Add support for JSON feature variables ([#250](https://github.com/optimizely/go-sdk/pull/250), [#251](https://github.com/optimizely/go-sdk/pull/251), [#253](https://github.com/optimizely/go-sdk/pull/253))
- Add support for authenticated datafiles ([#267](https://github.com/optimizely/go-sdk/pull/267))
- Expose ability to customize URL for event dispatcher. ([#268](https://github.com/optimizely/go-sdk/pull/268))

## [1.2.0] - May 21st, 2020
## New Features
- feat: support for multi-rule rollouts [#247](https://github.com/optimizely/go-sdk/pull/247)
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.2.0"
var Version = "1.3.0-beta1"

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

0 comments on commit 9081efc

Please sign in to comment.