Skip to content

Commit

Permalink
Merge branch 'master' into peter/datafile-auth-v2
Browse files Browse the repository at this point in the history
  • Loading branch information
pawels-optimizely committed Jun 17, 2020
2 parents 19493a2 + 30ff44c commit 058d728
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
# Optimizely Python SDK Changelog

## 3.4.2
June 11th, 2020

### Bug Fixes:
* Adjusted log level for audience evaluation logs. ([#267](https://github.com/optimizely/python-sdk/pull/267))

## 3.4.1
March 19th, 2020

### Bug Fixes:
* Updated `jsonschema` to address [installation issue](https://github.com/optimizely/python-sdk/issues/232).


## 3.4.0
January 27th, 2020

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, 4, 1)
version_info = (3, 4, 2)
__version__ = '.'.join(str(v) for v in version_info)

0 comments on commit 058d728

Please sign in to comment.