Skip to content

Commit 1d882da

Browse files
Updating CHANGELOG and version (#97)
1 parent d3f6908 commit 1d882da

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.4.0
2+
- Added support for IP anonymization.
3+
- Added support for notification listeners.
4+
- Added support for bucketing ID.
5+
- Updated mmh3 to handle installation failures on Windows 10.
6+
17
## 1.3.0
28
- Introduced support for forced bucketing.
39
- Introduced support for numeric metrics.
@@ -26,7 +32,7 @@
2632

2733
## 0.1.3
2834
- Added support for v2 endpoint and datafile.
29-
- Updated dispatch_event to consume an Event object instead of url and params. The Event object comprises of four properties: url (string representing URL to dispatch event to), params (dict representing the params to be set for the event), http_verb (one of 'GET' or 'POST') and headers (header values to be sent along).
35+
- Updated dispatch_event to consume an Event object instead of url and params. The Event object comprises of four properties: url (string representing URL to dispatch event to), params (dict representing the params to be set for the event), http_verb (one of 'GET' or 'POST') and headers (header values to be sent along).
3036
- Fixed issue with tracking events for experiments in groups.
3137

3238
## 0.1.2
@@ -36,4 +42,4 @@
3642
- Introduced option to skip JSON schema validation.
3743

3844
## 0.1.0
39-
- Beta release of the Python SDK for server-side testing.
45+
- Beta release of the Python SDK for server-side testing.

optimizely/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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, 3, 0)
14+
version_info = (1, 4, 0)
1515
__version__ = '.'.join(str(v) for v in version_info)

0 commit comments

Comments
 (0)