Skip to content

Commit

Permalink
bump version to 4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nixonsam committed Nov 13, 2019
1 parent b4ad86f commit 3ad1b5c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions 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

Expand Down
2 changes: 1 addition & 1 deletion baseclient.go
Expand Up @@ -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
Expand Down

0 comments on commit 3ad1b5c

Please sign in to comment.