Skip to content

Commit

Permalink
prepare for 1.1.3 release (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaszurkan-optimizely committed Apr 22, 2020
1 parent 6adb1ac commit ecf1d16
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.MD
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
Changes that have landed but are not yet released. Changes that have landed but are not yet released.

## [1.1.3] - April 22th, 2020
## Bug Fix
- logger not set for httpDispatcher [#254](https://github.com/optimizely/go-sdk/pull/254)

## [1.1.2] - March 26th, 2020
## New Features
- refact: Update logging field keys to be consumable in structured logs [#246](https://github.com/optimizely/go-sdk/pull/246)
Expand Down
2 changes: 1 addition & 1 deletion pkg/event/version.go
Expand Up @@ -18,7 +18,7 @@
package event

// Version is the current version of the client
var Version = "1.1.1"
var Version = "1.1.3"

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

0 comments on commit ecf1d16

Please sign in to comment.