Skip to content

Commit

Permalink
Merge aa59586 into de91292
Browse files Browse the repository at this point in the history
  • Loading branch information
The-inside-man committed Sep 16, 2021
2 parents de91292 + aa59586 commit a43af53
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Optimizely Python SDK Changelog

## 3.9.2
September 16th, 2021

### New Features
* Added new public properties to OptimizelyConfig.
- sdk_key and environment_key [#338] (https://github.com/optimizely/python-sdk/pull/338)
- attributes and events [#339] (https://github.com/optimizely/python-sdk/pull/339)
- experiment_rules, delivery_rules, audiences and audiences in OptimizelyExperiment
- [342] (https://github.com/optimizely/python-sdk/pull/342)
- [351] (https://github.com/optimizely/python-sdk/pull/351/files)
* For details please refer to our documentation page:
- Python-sdk: [https://docs.developers.optimizely.com/full-stack/docs/optimizelyconfig-python]

### Bug Fixes
* Fix event processor negative timeout interval when retrieving events from queue. [#356] (https://github.com/optimizely/python-sdk/pull/356)

## 3.9.1
July 14th, 2021

Expand Down
2 changes: 1 addition & 1 deletion optimizely/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version_info = (3, 9, 1)
version_info = (3, 9, 2)
__version__ = '.'.join(str(v) for v in version_info)

0 comments on commit a43af53

Please sign in to comment.