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