Skip to content

Commit e9541d3

Browse files
authored
chore: Prep release 7.30.1 (#330)
1 parent ad4a3ce commit e9541d3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 7.30.1
2+
3+
* Fixes an incorrect path in the `Verify2#next_workflow` method. See [#329](https://github.com/Vonage/vonage-ruby-sdk/pull/329).
4+
15
# 7.30.0
26

37
* Implements the Failover feature in Messages API. [#327](https://github.com/Vonage/vonage-ruby-sdk/pull/327)

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.30.0'
4+
VERSION = '7.30.1'
55
end

0 commit comments

Comments
 (0)