Skip to content

Commit

Permalink
Merge pull request #76 from suresach/master
Browse files Browse the repository at this point in the history
bump version to 4.1.4
  • Loading branch information
Abhishek-plivo authored Oct 1, 2018
2 parents 23ae79f + 091014d commit d7394ae
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.4](https://github.com/plivo/plivo-dotnet/tree/v4.1.4) (2018-10-01)
- Add Trackable parameter in messages.

## [v4.1.3](https://github.com/plivo/plivo-dotnet/tree/v4.1.3) (2018-09-17)
- Added parent_call_uuid parameter added to filter calls.
- Queued status added for filtering calls in queued status.
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.3</ReleaseVersion>
<ReleaseVersion>4.1.4</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.3</version>
<version>4.1.4</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.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.
* 4.1.2 Added log_incoming_messages parameter to Create and Update Application api.
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.3";
public const string SdkVersion = "4.1.4";

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

0 comments on commit d7394ae

Please sign in to comment.