From c272294a135ec997df77f6bf58ddc146f37e32d1 Mon Sep 17 00:00:00 2001 From: Sreyanth Date: Mon, 26 Feb 2018 16:49:37 +0530 Subject: [PATCH] Bump version to 4.1.0 --- 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 e11eef7d..dc189a16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## [4.1.0](https://github.com/plivo/plivo-ruby/releases/tag/v4.1.0) (2018-02-26) +- Add Address and Identity resources +- Change a few functions in number-related methods to support the verification flows + ## [4.0.0](https://github.com/plivo/plivo-ruby/releases/tag/v4.0.0) (2018-01-18) - Now supports timeout & proxy (in a non-deprecated way) settings - A bug fixed (#55) diff --git a/README.md b/README.md index 89716a1d..b2dd9501 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,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.0.0' +gem 'plivo', '>= 4.1.0' ``` And then execute: diff --git a/lib/plivo/version.rb b/lib/plivo/version.rb index d4468079..891582bf 100644 --- a/lib/plivo/version.rb +++ b/lib/plivo/version.rb @@ -1,3 +1,3 @@ module Plivo - VERSION = '4.0.0'.freeze + VERSION = '4.1.0'.freeze end