From e9c00385f8023d59ce756f7f8b6832ac2d91a1a0 Mon Sep 17 00:00:00 2001 From: Karl Lingiah Date: Fri, 1 Jul 2022 22:21:44 +0100 Subject: [PATCH] Revert "Revert "Release 7.7.1"" --- CHANGES.md | 4 ++++ lib/vonage/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index d751c6b1..9ecf071e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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). diff --git a/lib/vonage/version.rb b/lib/vonage/version.rb index e4f572cc..4984df1c 100644 --- a/lib/vonage/version.rb +++ b/lib/vonage/version.rb @@ -1,5 +1,5 @@ # typed: strong module Vonage - VERSION = '7.7.0' + VERSION = '7.7.1' end