Skip to content

Commit c0f1a5b

Browse files
authored
V3.5.0 release (#260)
* updating changelog * Bump version: 3.4.0 → 3.5.0
1 parent b3b5d34 commit c0f1a5b

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 3.4.0
2+
current_version = 3.5.0
33
commit = True
44
tag = False
55

CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 3.5.0
2+
- Adding support for V2 of the Vonage Verify API
3+
- Multiple authentication channels are supported (sms, voice, email, whatsapp, whatsapp interactive messages and silent authentication)
4+
- Using fallback channels is now possible in case verification methods fail
5+
- You can now customise the verification code that is sent, or even specify your own custom code
6+
- Adding `advancedMachineDetection` functionality to the NCCO builder for the Vonage Voice API
7+
18
# 3.4.0
29
- Internal refactoring changes
310
- Using header authentication for the Numbers API

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
setup(
1313
name="vonage",
14-
version="3.4.0",
14+
version="3.5.0",
1515
description="Vonage Server SDK for Python",
1616
long_description=long_description,
1717
long_description_content_type="text/markdown",

src/vonage/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from .client import *
22
from .ncco_builder.ncco import *
33

4-
__version__ = "3.4.0"
4+
__version__ = "3.5.0"

0 commit comments

Comments
 (0)