We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bf0dba commit 30ff44cCopy full SHA for 30ff44c
CHANGELOG.md
@@ -1,12 +1,17 @@
1
# Optimizely Python SDK Changelog
2
3
+## 3.4.2
4
+June 11th, 2020
5
+
6
+### Bug Fixes:
7
+* Adjusted log level for audience evaluation logs. ([#267](https://github.com/optimizely/python-sdk/pull/267))
8
9
## 3.4.1
10
March 19th, 2020
11
12
### Bug Fixes:
13
* Updated `jsonschema` to address [installation issue](https://github.com/optimizely/python-sdk/issues/232).
14
-
15
## 3.4.0
16
January 27th, 2020
17
optimizely/version.py
@@ -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 commit comments