From db35f20f56fdc5d90e255707d23126294dae3f83 Mon Sep 17 00:00:00 2001 From: superchilled Date: Mon, 28 Nov 2022 15:34:19 +0000 Subject: [PATCH] Updating changelog and bumping version --- CHANGES.md | 4 ++++ lib/vonage/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 98a49158..aed9354e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,7 @@ +# 7.8.1 + +* Changes JWT library dependency from `nexmo-jwt-ruby` to `conage-jwt-ruby`. See PR [#251](https://github.com/Vonage/vonage-ruby-sdk/pull/251) + # 7.8.0 * Adds Voice NCCO Pay action. See PR [244](https://github.com/Vonage/vonage-ruby-sdk/pull/244) diff --git a/lib/vonage/version.rb b/lib/vonage/version.rb index d3081cd4..480825b7 100644 --- a/lib/vonage/version.rb +++ b/lib/vonage/version.rb @@ -1,5 +1,5 @@ # typed: strong module Vonage - VERSION = '7.8.0' + VERSION = '7.8.1' end