From e35a2ad88d77b55fc40821624c2d1abe186e29b7 Mon Sep 17 00:00:00 2001 From: renoldthomas-plivo Date: Mon, 16 Oct 2023 18:42:17 +0530 Subject: [PATCH] version update --- CHANGELOG.md | 5 +++++ README.md | 2 +- lib/plivo/version.rb | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bf0ed39..71891159 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## [4.51.0](https://github.com/plivo/plivo-ruby/tree/v4.51.0) (2023-10-16) +**Introducing campaign_source & import partner camapign API** +- New field campaign_source introduced +- Import partner campaign API added + ## [4.50.0](https://github.com/plivo/plivo-ruby/tree/v4.50.0) (2023-10-13) **Feature - WhatsApp message support** - Added new params `template` and new message_type `whatsapp` to [send message API](https://www.plivo.com/docs/sms/api/message#send-a-message) diff --git a/README.md b/README.md index d6f9a7d2..9a401558 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.50.0' +gem 'plivo', '>= 4.51.0' ``` And then execute: diff --git a/lib/plivo/version.rb b/lib/plivo/version.rb index 85e2245b..7c6fd03b 100644 --- a/lib/plivo/version.rb +++ b/lib/plivo/version.rb @@ -1,3 +1,3 @@ module Plivo - VERSION = "4.50.0".freeze + VERSION = "4.51.0".freeze end