diff --git a/CHANGES.md b/CHANGES.md index 27453b20..179f8266 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,8 @@ +# 7.26.0 + +* Implements the Network Number Verification and Network SIM Swap APIs. [#313](https://github.com/Vonage/vonage-ruby-sdk/pull/313) +* Makes some minor updates to the Voice and Verify2 implementations. [#312](https://github.com/Vonage/vonage-ruby-sdk/pull/312) + # 7.25.0 * Validation updates to Verify v2 SMS and WhatsApp channels. [#309](https://github.com/Vonage/vonage-ruby-sdk/pull/309) diff --git a/README.md b/README.md index 27a21c6d..e1ca4651 100644 --- a/README.md +++ b/README.md @@ -528,6 +528,8 @@ The following is a list of Vonage APIs for which the Ruby SDK currently provides * [Conversation API](https://developer.vonage.com/en/conversation/overview) * [Meetings API](https://developer.vonage.com/en/meetings/overview) * [Messages API](https://developer.vonage.com/en/messages/overview) +* [Network Number Verification API](https://developer.vonage.com/en/number-verification/overview) +* [Network SIM Swap API](https://developer.vonage.com/en/sim-swap/overview) * [Number Insight API](https://developer.vonage.com/en/number-insight/overview) * [Numbers API](https://developer.vonage.com/en/numbers/overview) * [Proactive Connect API](https://developer.vonage.com/en/proactive-connect/overview) * diff --git a/lib/vonage/version.rb b/lib/vonage/version.rb index a44d3131..a7a02697 100644 --- a/lib/vonage/version.rb +++ b/lib/vonage/version.rb @@ -1,5 +1,5 @@ # typed: strong module Vonage - VERSION = '7.25.0' + VERSION = '7.26.0' end