From 40195eecd119ce1f5c62a6f3025917d49a4b0f8b Mon Sep 17 00:00:00 2001 From: benhayehudi Date: Wed, 17 Jun 2020 19:56:50 +0300 Subject: [PATCH] increment to 7.1.1 --- CHANGES.md | 4 ++++ lib/nexmo/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index e4a4fa38..cdf9f6ba 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,7 @@ +# 7.1.1 + +* Bug fix: Client instantiation was broken in the last release from a redefinition of an object in a method check during Sorbet introduction. + # 7.1.0 * Added support for Payment Services Directive 2 (PSD2) Request: https://developer.nexmo.com/api/verify#verifyRequestWithPSD2 diff --git a/lib/nexmo/version.rb b/lib/nexmo/version.rb index 3e56e264..18c83aad 100644 --- a/lib/nexmo/version.rb +++ b/lib/nexmo/version.rb @@ -1,5 +1,5 @@ # typed: strong module Nexmo - VERSION = '7.1.0' + VERSION = '7.1.1' end