From c3c3c430b87cea43f757515e24a87a3d95b35077 Mon Sep 17 00:00:00 2001 From: suresach Date: Wed, 31 Oct 2018 13:01:23 +0530 Subject: [PATCH] bump version to 4.0.4 --- CHANGELOG.md | 3 +++ plivoclient.go | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d9fd64..4f0e1da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/plivoclient.go b/plivoclient.go index 57c42f4..ed3ad6d 100644 --- a/plivoclient.go +++ b/plivoclient.go @@ -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