Skip to content

Commit c816d3b

Browse files
chore: preparing 1.5.0 release (#300)
* chore: preparing 1.5.0 release
1 parent 9880f21 commit c816d3b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.MD

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ 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.5.0] - October 29th, 2020
11+
## New Features
12+
- Correct logic for rollout service ([#296](https://github.com/optimizely/go-sdk/pull/296))
13+
- Add support for sending flag decisions along with decision metadata ([#292](https://github.com/optimizely/go-sdk/pull/292))
14+
1015
## [1.4.0] - October 2nd, 2020
1116
## New Features
1217
- Add MatchRegistry for custom match implementations. ([#286](https://github.com/optimizely/go-sdk/pull/286)) …

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.4.0"
21+
var Version = "1.5.0"
2222

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

0 commit comments

Comments
 (0)