Skip to content

Commit 2718152

Browse files
prepare for 1.1.3 release (#255)
1 parent a0d249f commit 2718152

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.MD

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ 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. Changes that have landed but are not yet released.
99

10+
## [1.1.3] - April 22th, 2020
11+
## Bug Fix
12+
- logger not set for httpDispatcher [#254](https://github.com/optimizely/go-sdk/pull/254)
13+
1014
## [1.1.2] - March 26th, 2020
1115
## New Features
1216
- refact: Update logging field keys to be consumable in structured logs [#246](https://github.com/optimizely/go-sdk/pull/246)

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

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

0 commit comments

Comments
 (0)