diff --git a/CHANGES.md b/CHANGES.md index 58a6ac94..a17ec5db 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,11 @@ +# 7.10.0 + +* Adds Verify2. [#261](https://github.com/Vonage/vonage-ruby-sdk/pull/261) +* Fixes link in README. [#266](https://github.com/Vonage/vonage-ruby-sdk/pull/266) + # 7.9.0 -* Updates the Messages API implementation to ass support for `video` and `file` messages types to the Viber channel, and `sticker` messages in the WhatsApp channel. [#260](https://github.com/Vonage/vonage-ruby-sdk/pull/260) +* Updates the Messages API implementation to add support for `video` and `file` messages types to the Viber channel, and `sticker` messages in the WhatsApp channel. [#260](https://github.com/Vonage/vonage-ruby-sdk/pull/260) * Updates the Numbers API implementation to use Basic authentication. [#262](https://github.com/Vonage/vonage-ruby-sdk/pull/262) # 7.8.2 diff --git a/lib/vonage/version.rb b/lib/vonage/version.rb index c34e68f7..6b047c81 100644 --- a/lib/vonage/version.rb +++ b/lib/vonage/version.rb @@ -1,5 +1,5 @@ # typed: strong module Vonage - VERSION = "7.9.0" + VERSION = "7.10.0" end