Skip to content

Commit e406cdc

Browse files
Updating version to 1.1.0 (#40)
1 parent af14b3c commit e406cdc

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 1.1.0
2+
- Included datafile revision information in log events.
3+
- Added event tags to track API to allow users to pass in event metadata.
4+
- Deprecated the `event_value` parameter from the track method. Should use `event_tags` to pass in event value instead.
5+
- Updated event logging endpoint to logx.optimizely.com.
6+
17
## 1.0.0
28
- Introduced support for Full Stack projects in Optimizely X. No breaking changes from previous version.
39
- Introduced more graceful exception handling in instantiation and core methods.

optimizely/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2016, Optimizely
1+
# Copyright 2016-2017, Optimizely
22
# Licensed under the Apache License, Version 2.0 (the "License");
33
# you may not use this file except in compliance with the License.
44
# You may obtain a copy of the License at
@@ -11,5 +11,5 @@
1111
# See the License for the specific language governing permissions and
1212
# limitations under the License.
1313

14-
version_info = (1, 0, 0)
14+
version_info = (1, 1, 0)
1515
__version__ = '.'.join(str(v) for v in version_info)

0 commit comments

Comments
 (0)