File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77## [ Unreleased]
88Changes 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
11+ ## Bug Fix
12+ - Provide syncronization for Notification Center Cache ([ #273 ] ( https://github.com/optimizely/go-sdk/pull/273 ) )
13+
14+
1015## [ 1.3.0-beta2] - June 17th, 2020
11- ## New Features
16+ ## Bug Fix
1217- Bring back old constructors for static manager ([ #271 ] ( https://github.com/optimizely/go-sdk/pull/271 ) )
1318
1419## [ 1.3.0-beta1] - June 16th, 2020
Original file line number Diff line number Diff line change 1818package event
1919
2020// Version is the current version of the client
21- var Version = "1.3.0-beta2 "
21+ var Version = "1.3.0-beta3 "
2222
2323// ClientName is the name of the client
2424var ClientName = "go-sdk"
You can’t perform that action at this time.
0 commit comments