Skip to content

Commit ebb4026

Browse files
authored
chore: Prepare 1.3.0 release (#278)
1 parent 2e7c275 commit ebb4026

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CHANGELOG.MD

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,19 @@ 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-beta3] - June 30th, 2020
10+
## [1.3.0] - July 7th, 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+
1116
## Bug Fix
12-
- Provide syncronization for Notification Center Cache ([#273](https://github.com/optimizely/go-sdk/pull/273))
17+
- Provide synchronization for Notification Center Cache ([#273](https://github.com/optimizely/go-sdk/pull/273))
18+
- Fix unbounded memory allocation in event dispatcher ([#275](https://github.com/optimizely/go-sdk/pull/275))
1319

20+
## [1.3.0-beta3] - June 30th, 2020
21+
## Bug Fix
22+
- Provide synchronization for Notification Center Cache ([#273](https://github.com/optimizely/go-sdk/pull/273))
1423

1524
## [1.3.0-beta2] - June 17th, 2020
1625
## Bug Fix

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

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

0 commit comments

Comments
 (0)