Skip to content

Commit

Permalink
TSMD-8502 release version change 2.2.0 -> 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mrasic-telesign committed Mar 9, 2018
1 parent ab6042b commit 1d62b13
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions RELEASE
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2.2.1

- Added support for application/json content-type

2.2.0

- renamed Auto Verify to App Verify
Expand Down
2 changes: 1 addition & 1 deletion lib/telesign/rest.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
require 'net/http/persistent'

module Telesign
SDK_VERSION = '2.2.0'
SDK_VERSION = '2.2.1'

# The TeleSign RestClient is a generic HTTP REST client that can be extended to make requests against any of
# TeleSign's REST API endpoints.
Expand Down
2 changes: 1 addition & 1 deletion telesign.gemspec
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

0 comments on commit 1d62b13

Please sign in to comment.