Skip to content

Commit 003134f

Browse files
author
Michael Ng
authored
chore: Prepare 1.0.0-beta3 relesae. (#146)
1 parent ada23aa commit 003134f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.MD

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ 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-beta3] - October 15th, 2019
11+
1012
### Breaking Changes
1113
- Refactored EventProcessor and ConfigManager components to no longer require an ExecutionContext be passed in during construction. It will be injected into them by the client factory. [#130](https://github.com/optimizely/go-sdk/pull/130)
1214
- Moved the entire `optimizely` package from `github.com/optimizely/go-sdk/optimizely` to `github.com/optimizely/go-sdk/pkg` to better follow convention and best practices. [#135](https://github.com/optimizely/go-sdk/pull/135)

pkg/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
package pkg
1919

2020
// Version is the current version of the client
21-
const Version = "1.0.0-beta2"
21+
const Version = "1.0.0-beta3"
2222

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

0 commit comments

Comments
 (0)