Skip to content

Commit

Permalink
Merge pull request #80 from plivo/SSML_release
Browse files Browse the repository at this point in the history
bump version to 4.1.5
  • Loading branch information
Sachin Kulshrestha authored Oct 16, 2018
2 parents 3d8bb68 + f4fdb59 commit 4faa6e2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion src/Plivo/Plivo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard1.3</TargetFramework>
<ReleaseVersion>4.1.4</ReleaseVersion>
<ReleaseVersion>4.1.5</ReleaseVersion>
<Authors>Plivo SDKs Team</Authors>
<Owners>Plivo Inc.</Owners>
<Summary>A .NET SDK to make voice calls &amp; send SMS using Plivo and to generate Plivo XML</Summary>
Expand Down
3 changes: 2 additions & 1 deletion src/Plivo/Plivo.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>Plivo</id>
<version>4.1.4</version>
<version>4.1.5</version>
<title>Plivo</title>
<authors>Plivo SDKs Team</authors>
<owners>Plivo, Inc.</owners>
Expand All @@ -11,6 +11,7 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A .NET SDK to make voice calls &amp; send SMS using Plivo and to generate Plivo XML</description>
<releaseNotes>
* 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.
Expand Down
2 changes: 1 addition & 1 deletion src/Plivo/Version.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public class Version
/// <summary>
/// DotNet SDK version
/// </summary>
public const string SdkVersion = "4.1.4";
public const string SdkVersion = "4.1.5";

/// <summary>
/// Plivo API version
Expand Down

0 comments on commit 4faa6e2

Please sign in to comment.