From aa78ac640c646de04e9774baf0d9ee9519318e4b Mon Sep 17 00:00:00 2001 From: superchilled Date: Fri, 3 Oct 2025 16:16:48 +0100 Subject: [PATCH 1/3] Bumping minor version --- lib/vonage/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vonage/version.rb b/lib/vonage/version.rb index f5b07b2a..141f49a2 100644 --- a/lib/vonage/version.rb +++ b/lib/vonage/version.rb @@ -1,5 +1,5 @@ # typed: strong module Vonage - VERSION = '7.30.2' + VERSION = '7.31.0' end From a6bccca214b8bbe2ee38b931058ae2b721a5393e Mon Sep 17 00:00:00 2001 From: superchilled Date: Fri, 3 Oct 2025 16:16:55 +0100 Subject: [PATCH 2/3] Updating changelog --- CHANGES.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 132cfa2e..57b90a6c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,10 @@ +# 7.31.0 + +* Updates Messages API implementation to add new RCS and MMS types. See [#335](https://github.com/Vonage/vonage-ruby-sdk/pull/335) +* Updates Video API implementation to add support for quantizationParameter. See [#336](https://github.com/Vonage/vonage-ruby-sdk/pull/336) +* Updates Voice API implementation to update talk, stream, and connect (SIP) NCCOs. See [#337](https://github.com/Vonage/vonage-ruby-sdk/pull/337) +* Updates Number Insight API implementation to change auth method to Basic and to deprecate v2. See [#338](https://github.com/Vonage/vonage-ruby-sdk/pull/338) + # 7.30.2 * Removes type signatures for `Logger` setter and initialization methods. See [#333](https://github.com/Vonage/vonage-ruby-sdk/pull/333) From 3c917122a5120b2cd3d61eff6859d791f05d351f Mon Sep 17 00:00:00 2001 From: superchilled Date: Fri, 3 Oct 2025 19:38:13 +0100 Subject: [PATCH 3/3] Updating changelog --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 57b90a6c..23ccf691 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,7 +1,7 @@ # 7.31.0 * Updates Messages API implementation to add new RCS and MMS types. See [#335](https://github.com/Vonage/vonage-ruby-sdk/pull/335) -* Updates Video API implementation to add support for quantizationParameter. See [#336](https://github.com/Vonage/vonage-ruby-sdk/pull/336) +* Updates Video API implementation to add support for quantizationParameter and bidirectional parameter. See [#336](https://github.com/Vonage/vonage-ruby-sdk/pull/336) * Updates Voice API implementation to update talk, stream, and connect (SIP) NCCOs. See [#337](https://github.com/Vonage/vonage-ruby-sdk/pull/337) * Updates Number Insight API implementation to change auth method to Basic and to deprecate v2. See [#338](https://github.com/Vonage/vonage-ruby-sdk/pull/338)