Skip to content

Commit a1eab9e

Browse files
authored
chore: Prepare Release 7.34.0 (#347)
* Bumping minor version * Updating Changelog
1 parent 7413302 commit a1eab9e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 7.34.0
2+
3+
* Implements the Identity Insights. See [#346](https://github.com/Vonage/vonage-ruby-sdk/pull/346)
4+
* Adds multi-authentication support to the Messages API and Verify API v2. [#345](https://github.com/Vonage/vonage-ruby-sdk/pull/345)
5+
* Makes some small updates to the Verify API and Voice API. See [#344](https://github.com/Vonage/vonage-ruby-sdk/pull/344)
6+
17
# 7.33.0
28

39
* Updates SMS API, Verify v1 API, Number Insight v1 API, Account API, and Conversion API to support Basic Authentication. See [#343](https://github.com/Vonage/vonage-ruby-sdk/pull/343)

lib/vonage/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# typed: strong
22

33
module Vonage
4-
VERSION = '7.33.0'
4+
VERSION = '7.34.0'
55
end

0 commit comments

Comments
 (0)