Skip to content

Commit

Permalink
chore: prepare for patch release (#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mat001 authored Sep 2, 2022
1 parent 40f717f commit 97ca4fb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
Changes that have landed but are not yet released.

## [1.8.2] - September 1, 2022

### Bug Fix
* Add additional validation for numeric attribute types when building an event object. ([#341](https://github.com/optimizely/go-sdk/pull/341))

## [1.8.1] - August 29, 2022

### Bug Fix
Expand Down
2 changes: 1 addition & 1 deletion pkg/event/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
package event

// Version is the current version of the client
var Version = "1.8.1"
var Version = "1.8.2"

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

0 comments on commit 97ca4fb

Please sign in to comment.