Skip to content

Commit

Permalink
Merge pull request #15 from suresach/master
Browse files Browse the repository at this point in the history
bump version to 4.0.3
  • Loading branch information
Abhishek-plivo authored Oct 1, 2018
2 parents a9e6b95 + f17e941 commit a3dc01e
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.3](https://github.com/plivo/plivo-go/tree/v4.0.3) (2018-10-01)
- Added Trackable parameter in messages.

## [4.0.2](https://github.com/plivo/plivo-go/tree/v4.0.2) (2018-09-18)
- Added parent_call_uuid parameter to filter calls.
- Queued status added for filtering calls in queued status.
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.2"
const sdkVersion = "4.0.3"

type Client struct {
httpClient *http.Client
Expand Down

0 comments on commit a3dc01e

Please sign in to comment.