Skip to content

Commit 9081efc

Browse files
authored
chore: Prepare 1.3.0-beta release (#270)
1 parent ef17eaf commit 9081efc

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.MD

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ 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.3.0-beta1] - June 16th, 2020
11+
## New Features
12+
- 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))
13+
- Add support for authenticated datafiles ([#267](https://github.com/optimizely/go-sdk/pull/267))
14+
- Expose ability to customize URL for event dispatcher. ([#268](https://github.com/optimizely/go-sdk/pull/268))
15+
1016
## [1.2.0] - May 21st, 2020
1117
## New Features
1218
- feat: support for multi-rule rollouts [#247](https://github.com/optimizely/go-sdk/pull/247)

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.2.0"
21+
var Version = "1.3.0-beta1"
2222

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

0 commit comments

Comments
 (0)