From ffe830bbe5df885d7f1fb8ea8a2c1f1658cc9c43 Mon Sep 17 00:00:00 2001 From: NirmitiJain Date: Thu, 3 Nov 2022 18:50:31 +0530 Subject: [PATCH] version update --- CHANGELOG.md | 4 ++++ README.md | 2 +- lib/plivo/version.rb | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fcf6bc50..cc3a0890 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ # Change Log +## [4.32.0](https://github.com/plivo/plivo-ruby/tree/v4.32.0) (2022-11-03) +**10DLC: Brand Usecase API** +- Added Brand Usecase API + ## [4.31.0](https://github.com/plivo/plivo-ruby/tree/v4.31.0) (2022-10-14) **Adding new attributes to Account PhoneNumber object** -Added 3 new keys to AccountPhoneNumber object:`tendlc_registration_status`, `tendlc_campaign_id` and `toll_free_sms_verification` (https://www.plivo.com/docs/numbers/api/account-phone-number#the-accountphonenumber-object) diff --git a/README.md b/README.md index 54448354..7a7593fc 100644 --- a/README.md +++ b/README.md @@ -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.31.0' +gem 'plivo', '>= 4.32.0' ``` And then execute: diff --git a/lib/plivo/version.rb b/lib/plivo/version.rb index 5af3e350..25c280f1 100644 --- a/lib/plivo/version.rb +++ b/lib/plivo/version.rb @@ -1,3 +1,3 @@ module Plivo - VERSION = "4.31.0".freeze + VERSION = "4.32.0".freeze end