Skip to content

Commit

Permalink
V3.5.0 release (#260)
Browse files Browse the repository at this point in the history
* updating changelog

* Bump version: 3.4.0 → 3.5.0
  • Loading branch information
maxkahan committed May 16, 2023
1 parent b3b5d34 commit c0f1a5b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.4.0
current_version = 3.5.0
commit = True
tag = False

Expand Down
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 3.5.0
- Adding support for V2 of the Vonage Verify API
- Multiple authentication channels are supported (sms, voice, email, whatsapp, whatsapp interactive messages and silent authentication)
- Using fallback channels is now possible in case verification methods fail
- You can now customise the verification code that is sent, or even specify your own custom code
- Adding `advancedMachineDetection` functionality to the NCCO builder for the Vonage Voice API

# 3.4.0
- Internal refactoring changes
- Using header authentication for the Numbers API
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name="vonage",
version="3.4.0",
version="3.5.0",
description="Vonage Server SDK for Python",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down
2 changes: 1 addition & 1 deletion src/vonage/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .client import *
from .ncco_builder.ncco import *

__version__ = "3.4.0"
__version__ = "3.5.0"

0 comments on commit c0f1a5b

Please sign in to comment.