Skip to content

Commit 2c6505e

Browse files
committed
preparing for v3.5.0 release
1 parent 341cd89 commit 2c6505e

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Release v3.5.0
2+
- Support for end-to-end encryption (E2EE) that can be specified by a user when creating an OpenTok session.
3+
14
# Release v3.4.0
25
- Support for Audio Connector API via `connect_audio_to_websocket` method
36

do not commit.md

Whitespace-only changes.

opentok/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# see: http://legacy.python.org/dev/peps/pep-0440/#public-version-identifiers
2-
__version__ = "3.4.0"
2+
__version__ = "3.5.0"
33

0 commit comments

Comments
 (0)