Skip to content

Commit

Permalink
Revert "Revert "Release 7.7.1""
Browse files Browse the repository at this point in the history
  • Loading branch information
superchilled authored Jul 1, 2022
1 parent 2ba9f00 commit e9c0038
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 e9c0038

Please sign in to comment.