Skip to content

Commit

Permalink
Version commit
Browse files Browse the repository at this point in the history
  • Loading branch information
eniyavan-muruganantham-plivo committed Jan 25, 2024
1 parent 76f2c18 commit 73a2f34
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## [7.45.2](https://github.com/plivo/plivo-go/tree/v7.45.2) (2024-01-25)
**Feature - Added new params 'create_mpc_with_single_participant' for MPC**
- Added new params 'create_mpc_with_single_participant' for MPC

## [7.45.1](https://github.com/plivo/plivo-go/tree/v7.45.1) (2023-12-19)
**Feature - Added type params for speak api in call and mpc**
- Added params 'type' for POST Speak API for Call and MPC
Expand Down
2 changes: 1 addition & 1 deletion baseclient.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
"github.com/google/go-querystring/query"
)

const sdkVersion = "7.45.1"
const sdkVersion = "7.45.2"

const lookupBaseUrl = "lookup.plivo.com"

Expand Down

0 comments on commit 73a2f34

Please sign in to comment.