Skip to content

Commit 97ca4fb

Browse files
authored
chore: prepare for patch release (#343)
1 parent 40f717f commit 97ca4fb

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.2] - September 1, 2022
11+
12+
### Bug Fix
13+
* Add additional validation for numeric attribute types when building an event object. ([#341](https://github.com/optimizely/go-sdk/pull/341))
14+
1015
## [1.8.1] - August 29, 2022
1116

1217
### Bug Fix

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

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

0 commit comments

Comments
 (0)