Skip to content

Commit f9c965a

Browse files
chore: prepare for release 1.8.0 (#330)
* chore: prepare for release 1.8.0 * Update CHANGELOG.MD Co-authored-by: msohailhussain <[email protected]>
1 parent 06ec14b commit f9c965a

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

CHANGELOG.MD

+12-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,18 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8-
Changes that have landed but are not yet released. Changes that have landed but are not yet released.
8+
Changes that have landed but are not yet released.
9+
10+
## [1.8.0] - January 12, 2022
11+
12+
### New Features
13+
* Add a set of new APIs for overriding and managing user-level flag, experiment and delivery rule decisions. These methods can be used for QA and automated testing purposes. They are an extension of the OptimizelyUserContext interface ([#324](https://github.com/optimizely/go-sdk/pull/324), [#326](https://github.com/optimizely/go-sdk/pull/326), [#328](https://github.com/optimizely/go-sdk/pull/328)):
14+
- setForcedDecision
15+
- getForcedDecision
16+
- removeForcedDecision
17+
- removeAllForcedDecisions
18+
19+
* For details, refer to our documentation pages: [OptimizelyUserContext](https://docs.developers.optimizely.com/full-stack/v4.0/docs/optimizelyusercontext-go) and [Forced Decision methods](https://docs.developers.optimizely.com/full-stack/v4.0/docs/forced-decision-methods-go).
920

1021
## [1.7.0] - September 17, 2021
1122

pkg/event/version.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/****************************************************************************
2-
* Copyright 2019, Optimizely, Inc. and contributors *
2+
* Copyright 2019-2022, Optimizely, Inc. and contributors *
33
* *
44
* Licensed under the Apache License, Version 2.0 (the "License"); *
55
* you may not use this file except in compliance with the License. *
@@ -18,7 +18,7 @@
1818
package event
1919

2020
// Version is the current version of the client
21-
var Version = "1.7.0"
21+
var Version = "1.8.0"
2222

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

0 commit comments

Comments
 (0)