Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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 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)

# 7.30.2

* Removes type signatures for `Logger` setter and initialization methods. See [#333](https://github.com/Vonage/vonage-ruby-sdk/pull/333)
Expand Down
2 changes: 1 addition & 1 deletion lib/vonage/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# typed: strong

module Vonage
VERSION = '7.30.2'
VERSION = '7.31.0'
end