Skip to content

Commit

Permalink
chore: Prepare 1.3.0-beta2 release (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
pawels-optimizely committed Jun 18, 2020
1 parent 6733038 commit f76e35e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ 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-beta2] - June 17th, 2020
## New Features
- Bring back old constructors for static manager ([#271](https://github.com/optimizely/go-sdk/pull/271))

## [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))
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.3.0-beta1"
var Version = "1.3.0-beta2"

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

0 comments on commit f76e35e

Please sign in to comment.