Skip to content

Commit

Permalink
updating changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkahan committed Aug 30, 2023
1 parent f419c25 commit c57adff
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 3.9.1
- Updating Meetings API url to a `/v1` endpoint

# 3.9.0
- Dropped support for Python 3.7 as it's end-of-life and no longer receiving security updates

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

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

0 comments on commit c57adff

Please sign in to comment.