From f4fdb5997c67ee3657c89a8551dca3edebe773d7 Mon Sep 17 00:00:00 2001 From: suresach Date: Tue, 16 Oct 2018 13:52:48 +0530 Subject: [PATCH] bump version to 4.1.5 --- CHANGELOG.md | 3 +++ src/Plivo/Plivo.csproj | 2 +- src/Plivo/Plivo.nuspec | 3 ++- src/Plivo/Version.cs | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8903a78..ef441a04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Change Log +## [v4.1.5](https://github.com/plivo/plivo-dotnet/tree/v4.1.5) (2018-10-16) +- Add support for SSML tags. + ## [v4.1.4](https://github.com/plivo/plivo-dotnet/tree/v4.1.4) (2018-10-01) - Add Trackable parameter in messages. diff --git a/src/Plivo/Plivo.csproj b/src/Plivo/Plivo.csproj index 81a9707c..0e1717b6 100644 --- a/src/Plivo/Plivo.csproj +++ b/src/Plivo/Plivo.csproj @@ -2,7 +2,7 @@ netstandard1.3 - 4.1.4 + 4.1.5 Plivo SDKs Team Plivo Inc. A .NET SDK to make voice calls & send SMS using Plivo and to generate Plivo XML diff --git a/src/Plivo/Plivo.nuspec b/src/Plivo/Plivo.nuspec index bba5820d..9ba9fcf2 100644 --- a/src/Plivo/Plivo.nuspec +++ b/src/Plivo/Plivo.nuspec @@ -2,7 +2,7 @@ Plivo - 4.1.4 + 4.1.5 Plivo Plivo SDKs Team Plivo, Inc. @@ -11,6 +11,7 @@ false A .NET SDK to make voice calls & send SMS using Plivo and to generate Plivo XML + * 4.1.5 Add support for SSML tags. * 4.1.4 Add Trackable parameter in messages. * 4.1.3 Added parent_call_uuid parameter added to filter calls. * 4.1.3 Queued status added for filtering calls in queued status. diff --git a/src/Plivo/Version.cs b/src/Plivo/Version.cs index 3d0c108e..e8d3712e 100644 --- a/src/Plivo/Version.cs +++ b/src/Plivo/Version.cs @@ -10,7 +10,7 @@ public class Version /// /// DotNet SDK version /// - public const string SdkVersion = "4.1.4"; + public const string SdkVersion = "4.1.5"; /// /// Plivo API version