Skip to content

Commit 1a43002

Browse files
committed
Bump version to 1.4.0
1 parent e4c7e1a commit 1a43002

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGES.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# 1.4.0
2+
3+
* Added new Voice API call methods
4+
5+
* Added Application API methods
6+
7+
* Added check_signature method for checking callback signatures
8+
9+
* Deprecated old Verify API methods
10+
111
# 1.3.0
212

313
* Added get_sms_pricing method
@@ -10,6 +20,8 @@
1020

1121
* Added more clearly named methods for Verify API
1222

23+
* Added app_name and app_version options
24+
1325
# 1.2.0
1426

1527
* Added topup method

nexmo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '1.3.0'
1+
__version__ = '1.4.0'
22

33

44
import requests, os, warnings, hashlib, hmac, jwt, time, uuid

0 commit comments

Comments
 (0)