Skip to content

Commit

Permalink
Updating CHANGELOG and bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
aliabbasrizvi committed Sep 19, 2016
1 parent 527a9b4 commit 000421e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
## 0.1.3
- Added support for v2 endpoint and datafile.
- 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).
- Fixed issue with tracking events for experiments in groups.

## 0.1.2
- Updated requirements package.
- Updated requirements file.

## 0.1.1
- Introduce option to skip JSON schema validation.
- Introduced option to skip JSON schema validation.

## 0.1.0
- Beta release of the Python SDK for server-side testing.
2 changes: 1 addition & 1 deletion optimizely/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version_info = (0, 1, 2)
version_info = (0, 1, 3)
__version__ = '.'.join(str(v) for v in version_info)

0 comments on commit 000421e

Please sign in to comment.