From 3ad1b5c16f3f630adc900c4dbf8a6513b9ad1b8e Mon Sep 17 00:00:00 2001 From: nixonsamuel Date: Wed, 13 Nov 2019 12:11:17 +0530 Subject: [PATCH] bump version to 4.1.2 --- CHANGELOG.md | 3 +++ baseclient.go | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03b1b0d..4bed285 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Change Log +## [4.1.2](https://github.com/plivo/plivo-go/tree/v4.1.2) (2019-11-13) +- Add GetInput XML support + ## [4.1.1](https://github.com/plivo/plivo-go/tree/v4.1.1) (2019-11-05) - Add SSML support diff --git a/baseclient.go b/baseclient.go index 145c80a..82373ee 100644 --- a/baseclient.go +++ b/baseclient.go @@ -13,7 +13,7 @@ import ( "github.com/google/go-querystring/query" ) -const sdkVersion = "4.1.1" +const sdkVersion = "4.1.2" type ClientOptions struct { HttpClient *http.Client