Skip to content

Commit e48750d

Browse files
author
Michael Ng
authored
chore: Prepare 1.0.0 release. (#221)
1 parent d1b332c commit e48750d

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.MD

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,23 @@ 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.0.0] - January 9th, 2020
11+
This is the General Availability release of the Go SDK.
12+
13+
## New Features
14+
- feat(onTrack): Added onTrack callback. [#198](https://github.com/optimizely/go-sdk/pull/198)
15+
- feat: Add observability metrics for event queue. [#211](https://github.com/optimizely/go-sdk/pull/211)
16+
- feat: Implement OptimizelyConfig API. [#216](https://github.com/optimizely/go-sdk/pull/216)
17+
- feat: Add observability metrics for event queue. [#223](https://github.com/optimizely/go-sdk/pull/223)
18+
19+
## Bug Fixes
20+
- fix: Revert signature changes to PollingProjectConfigManager. [#209](https://github.com/optimizely/go-sdk/pull/209)
21+
- fix(notification): race detected send notification issue. [#222](https://github.com/optimizely/go-sdk/pull/222)
22+
23+
## Breaking Changes
24+
- refac: Execution context. [#212](https://github.com/optimizely/go-sdk/pull/212)
25+
- refac(config: Move config interfaces back into config package. [#213](https://github.com/optimizely/go-sdk/pull/213)
26+
1027
## [1.0.0-rc1] - December 4th, 2019
1128

1229
## New Features

pkg/event/version.go

Lines changed: 1 addition & 1 deletion
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-
const Version = "1.0.0-rc1"
21+
const Version = "1.0.0"
2222

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

0 commit comments

Comments
 (0)