Skip to content

Commit

Permalink
Merge pull request #232 from plivo/fix-release
Browse files Browse the repository at this point in the history
fix verify release version
  • Loading branch information
narayana-plivo authored Nov 9, 2023
2 parents 5477cc2 + 63c102f commit 3375fb1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Change Log


## [4.53.0](https://github.com/plivo/plivo-ruby/tree/v4.53.0) (2023-11-08)
## [4.53.1](https://github.com/plivo/plivo-ruby/tree/v4.53.1) (2023-11-09)
**Feature - Verify Service**
-Added Support for Verify Service Public API'S
-Create Session API(POST): To create a verify session (2FA). Allowed params recipient, method, channel, callback_url, app_uuid
-Get Session API(GET): To retrieve a particular session
-Added Support for Verify Service Public API
-Create Session API : To create a verify session. Allowed params recipient, method, channel, callback_url, app_uuid
-Get Session API: To retrieve a particular session
-List Sessions : To retrieve all the sessions
-Validate Session : To validate OTP for a particular session

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The Plivo Ruby SDK makes it simpler to integrate communications into your Ruby a
Add this line to your application's Gemfile:

```ruby
gem 'plivo', '>= 4.53.0'
gem 'plivo', '>= 4.53.1'
```

And then execute:
Expand Down
2 changes: 1 addition & 1 deletion lib/plivo/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Plivo
VERSION = "4.53.0".freeze
VERSION = "4.53.1".freeze
end

0 comments on commit 3375fb1

Please sign in to comment.