Skip to content

Commit abfc2b1

Browse files
prepare for 3.4 release (#294)
1 parent dec6749 commit abfc2b1

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.MD

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@ 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.4.0] - October 2nd, 2020
11+
## New Features
12+
- Add MatchRegistry for custom match implementations. ([#286](https://github.com/optimizely/go-sdk/pull/286)) …
13+
14+
- Added and refactored audience evaluation logs. ([#280](https://github.com/optimizely/go-sdk/pull/280))
15+
16+
- Add datafile accessor to access config as json string. ([#290](https://github.com/optimizely/go-sdk/pull/290))
17+
18+
- Support version audience evaluation following semantic versioning implementation. ([#289](https://github.com/optimizely/go-sdk/pull/289))
19+
20+
- Support number 'less than or equal to' and 'greater than or equal to'. ([#289](https://github.com/optimizely/go-sdk/pull/289))
21+
## Bug Fix
22+
- Fixed a spelling mistake in go.mod file. ([#285](https://github.com/optimizely/go-sdk/pull/285))
23+
1024
## [1.3.0] - July 7th, 2020
1125
## New Features
1226
- 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))

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"
21+
var Version = "1.4.0"
2222

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

0 commit comments

Comments
 (0)