Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
ashutoshkumar-plivo committed Jan 29, 2024
1 parent afce650 commit a58f843
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## [7.45.3](https://github.com/plivo/plivo-go/tree/v7.45.3) (2024-02-05)
**Feature - Log Redaction Enhancement**
- Added log attribute in GET and List MDR response
- Change log field from bool to string in send SMS

## [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 Add Participant API of MPC**
- Added new params 'create_mpc_with_single_participant' for Add Participant API of 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.2"
const sdkVersion = "7.45.3"

const lookupBaseUrl = "lookup.plivo.com"

Expand Down

0 comments on commit a58f843

Please sign in to comment.