Skip to content

Commit

Permalink
Merge pull request #238 from Vonage/prepare-release-v7.7.2
Browse files Browse the repository at this point in the history
Prepare release v7.7.2
  • Loading branch information
superchilled authored Jul 25, 2022
2 parents 92b60eb + f0ca2bd commit 4169c8a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 7.7.2

* Fixes bug with auto-pagination for Numbers. See PR [#236](https://github.com/Vonage/vonage-ruby-sdk/pull/236).

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

# 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).
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.1'
VERSION = '7.7.2'
end

0 comments on commit 4169c8a

Please sign in to comment.