We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab6042b commit 1d62b13Copy full SHA for 1d62b13
RELEASE
@@ -1,3 +1,7 @@
1
+2.2.1
2
+
3
+- Added support for application/json content-type
4
5
2.2.0
6
7
- renamed Auto Verify to App Verify
lib/telesign/rest.rb
@@ -7,7 +7,7 @@
require 'net/http/persistent'
8
9
module Telesign
10
- SDK_VERSION = '2.2.0'
+ SDK_VERSION = '2.2.1'
11
12
# The TeleSign RestClient is a generic HTTP REST client that can be extended to make requests against any of
13
# TeleSign's REST API endpoints.
telesign.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'telesign'
- s.version = '2.2.0'
+ s.version = '2.2.1'
s.licenses = ['MIT']
s.date = '2017-05-25'
s.summary = 'TeleSign Ruby SDK'
0 commit comments