We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40f717f commit 97ca4fbCopy full SHA for 97ca4fb
CHANGELOG.MD
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
## [Unreleased]
8
Changes that have landed but are not yet released.
9
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
15
## [1.8.1] - August 29, 2022
16
17
### Bug Fix
pkg/event/version.go
@@ -18,7 +18,7 @@
18
package event
19
20
// Version is the current version of the client
21
-var Version = "1.8.1"
+var Version = "1.8.2"
22
23
// ClientName is the name of the client
24
var ClientName = "go-sdk"
0 commit comments