Skip to content

Commit

Permalink
Merge pull request #20 from plivo/oct_2018_release
Browse files Browse the repository at this point in the history
bump version to 4.0.4
  • Loading branch information
Sachin Kulshrestha authored Oct 31, 2018
2 parents acffaa3 + c3c3c43 commit 97479c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

## [4.0.4](https://github.com/plivo/plivo-go/tree/v4.0.4) (2018-10-31)
- Add live calls filtering by to, from numbers and call direction.

## [4.0.3](https://github.com/plivo/plivo-go/tree/v4.0.3) (2018-10-01)
- Added Trackable parameter in messages.

Expand Down
2 changes: 1 addition & 1 deletion plivoclient.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (

const baseUrlString = "https://api.plivo.com/"

const sdkVersion = "4.0.3"
const sdkVersion = "4.0.4"

type Client struct {
httpClient *http.Client
Expand Down

0 comments on commit 97479c2

Please sign in to comment.