Skip to content

Commit

Permalink
version upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
narayana-plivo committed Sep 21, 2022
1 parent dc54d95 commit 7b5d263
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## [4.30.1](https://github.com/plivo/plivo-go/tree/v4.30.1) (2022-09-20)
**Feature - faraday upgrade**
- faraday version upgrade

## [4.30.0](https://github.com/plivo/plivo-go/tree/v4.30.0) (2022-08-26)
**Feature - 10DLC APIs**
- Added new 10DLC APIs
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.30.0'
gem 'plivo', '>= 4.30.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.30.0".freeze
VERSION = "4.30.1".freeze
end

0 comments on commit 7b5d263

Please sign in to comment.