Skip to content

Commit

Permalink
increment to 7.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hummusonrails committed Jun 17, 2020
1 parent 2035a4c commit 40195ee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/nexmo/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# typed: strong

module Nexmo
VERSION = '7.1.0'
VERSION = '7.1.1'
end

0 comments on commit 40195ee

Please sign in to comment.