Skip to content

Commit

Permalink
Merge pull request #235 from Vonage/revert-233-revert-232-dev
Browse files Browse the repository at this point in the history
Revert "Revert "Release 7.7.1""
  • Loading branch information
superchilled authored Jul 1, 2022
2 parents 2ba9f00 + e9c0038 commit 8984d02
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 7.7.1

* Adds support for `PATCH` requests to be passed to the `JSON::update` method See PR [#230](https://github.com/Vonage/vonage-ruby-sdk/pull/230).

# 7.7.0

* Improves support for the `Voice#create` method to use a random number from a pool. See PR [#225](https://github.com/Vonage/vonage-ruby-sdk/pull/225).
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.7.0'
VERSION = '7.7.1'
end

0 comments on commit 8984d02

Please sign in to comment.