Skip to content

Commit 1d62b13

Browse files
TSMD-8502 release version change 2.2.0 -> 2.2.1
1 parent ab6042b commit 1d62b13

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

RELEASE

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2.2.1
2+
3+
- Added support for application/json content-type
4+
15
2.2.0
26

37
- renamed Auto Verify to App Verify

lib/telesign/rest.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
require 'net/http/persistent'
88

99
module Telesign
10-
SDK_VERSION = '2.2.0'
10+
SDK_VERSION = '2.2.1'
1111

1212
# The TeleSign RestClient is a generic HTTP REST client that can be extended to make requests against any of
1313
# TeleSign's REST API endpoints.

telesign.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = 'telesign'
3-
s.version = '2.2.0'
3+
s.version = '2.2.1'
44
s.licenses = ['MIT']
55
s.date = '2017-05-25'
66
s.summary = 'TeleSign Ruby SDK'

0 commit comments

Comments
 (0)