From a29aa10a41d0c3a18ba92c98043cc76139b99794 Mon Sep 17 00:00:00 2001 From: Ajay Kumar Verma Plivo <96424204+ajay-plivo@users.noreply.github.com> Date: Fri, 15 Nov 2024 14:50:32 +0530 Subject: [PATCH] VT-8456:RecordParticipantTrackXML (#223) * VT-8456:RecordParticipantTrackXML * VT-8456:VersionUpdate * VT-8456 --------- Co-authored-by: Sandeep N Plivo <80757093+sandeep-plivo@users.noreply.github.com> --- CHANGELOG.md | 4 ++++ baseclient.go | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 362fc24..7da7ee6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## [7.55.1](https://github.com/plivo/plivo-go/tree/v7.55.1) (2024-11-15) +**Feature - RecordParticipantTrack param added in MPC XML creation** +- Support for the `RecordParticipantTrack` parameter in MPC XML Creation. + ## [7.55.0](https://github.com/plivo/plivo-go/tree/v7.55.0) (2024-11-12) **Feature - CreateRecordingTranscription and DeleteRecordingTranscription feature added** - This API would help in creating transcription for recorded calls for which transcription is not available and delete API to delete. diff --git a/baseclient.go b/baseclient.go index 811b0a3..1ef7c90 100644 --- a/baseclient.go +++ b/baseclient.go @@ -13,7 +13,7 @@ import ( "github.com/google/go-querystring/query" ) -const sdkVersion = "7.55.0" +const sdkVersion = "7.55.1" const lookupBaseUrl = "lookup.plivo.com"