File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ 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.5.1] - November 16th, 2020
11+ ## New Features
12+ - Add "enabled" field to decision metadata structure ([ #301 ] ( https://github.com/optimizely/go-sdk/pull/301 ) )
13+
1014## [ 1.5.0] - October 29th, 2020
1115## New Features
1216- Correct logic for rollout service ([ #296 ] ( https://github.com/optimizely/go-sdk/pull/296 ) )
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.5.0 "
21+ var Version = "1.5.1 "
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