Skip to content

Commit d25eaf3

Browse files
authored
chore: update version and changelog for patch release (#340)
1 parent 46be3df commit d25eaf3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.MD

+5
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.
99

10+
## [1.8.1] - August 29, 2022
11+
12+
### Bug Fix
13+
* Add validation for user attribute types when building an event object. Only allow primitive types ([#339](https://github.com/optimizely/go-sdk/pull/339))
14+
1015
## [1.8.0] - January 12, 2022
1116

1217
### New Features

pkg/event/version.go

+1-1
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.8.0"
21+
var Version = "1.8.1"
2222

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

0 commit comments

Comments
 (0)