We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad4a3ce commit e9541d3Copy full SHA for e9541d3
CHANGES.md
@@ -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
5
# 7.30.0
6
7
* Implements the Failover feature in Messages API. [#327](https://github.com/Vonage/vonage-ruby-sdk/pull/327)
lib/vonage/version.rb
@@ -1,5 +1,5 @@
# typed: strong
module Vonage
- VERSION = '7.30.0'
+ VERSION = '7.30.1'
end
0 commit comments