Skip to content

Commit c57adff

Browse files
committed
updating changelog
1 parent f419c25 commit c57adff

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGES.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 3.9.1
2+
- Updating Meetings API url to a `/v1` endpoint
3+
14
# 3.9.0
25
- Dropped support for Python 3.7 as it's end-of-life and no longer receiving security updates
36

@@ -83,7 +86,7 @@ Enhancements:
8386
- Added Messages API v1.0 support. Messages API can now be used by calling the `client.messages.send_message()` method.
8487

8588
# 2.7.0
86-
- Moved some client methods into their own classes: `account.py, application.py,
89+
- Moved some client methods into their own classes: `account.py, application.py,
8790
message_search.py, number_insight.py, numbers.py, short_codes.py, ussd.py`
8891
- Deprecated the corresponding client methods. These will be removed in a major release that's coming soon.
8992
- Client now instantiates a class object for each API when it is created, e.g. `vonage.Client(key="mykey", secret="mysecret")`

0 commit comments

Comments
 (0)