Skip to content

Commit

Permalink
Merge d87f7b2 into ab89cf4
Browse files Browse the repository at this point in the history
  • Loading branch information
The-inside-man committed Jul 15, 2021
2 parents ab89cf4 + d87f7b2 commit d902886
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
# Optimizely Python SDK Changelog

## 3.9.1
July 14th, 2021

### Bug Fixes:
* Fixed issue with serving incorrect variation in projects containing multiple flags with duplicate keys. [#347] (https://github.com/optimizely/python-sdk/pull/347)
* Fixed issue with serving incorrect variation in create_impression_event in user_event_factory.py. [#350] (https://github.com/optimizely/python-sdk/pull/350)

## 3.9.0
June 1st, 2021

### New Features
* Added support for multiple concurrent prioritized experiments per flag. [#322](https://github.com/optimizely/python-sdk/pull/322)


## 3.8.0
February 12th, 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, 0)
version_info = (3, 9, 1)
__version__ = '.'.join(str(v) for v in version_info)

0 comments on commit d902886

Please sign in to comment.