diff --git a/CallfireApiClient.nuspec b/CallfireApiClient.nuspec index 778119c..98ca196 100644 --- a/CallfireApiClient.nuspec +++ b/CallfireApiClient.nuspec @@ -1,7 +1,7 @@ CallfireApiClient - 1.1.26 + 1.1.27 CallFire API v2 client Vladimir Mikhailov @@ -15,6 +15,9 @@ C# client library for integration with Callfire REST API v2 services Callfire API client Changelog ============================= +Version 1.1.27 - Feb 28 2019 + - fixed isssue with Broadcast Status enum + Version 1.1.26 - Jan 17 2019 - updated RestSharp version to 106.6 diff --git a/Changelog.txt b/Changelog.txt index 94579d5..f0421af 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,5 +1,8 @@ Callfire API client Changelog ============================= +Version 1.1.27 - Feb 28 2019 + - fixed isssue with Broadcast Status enum + Version 1.1.26 - Jan 17 2019 - updated RestSharp version to 106.6 diff --git a/src/CallfireApiClient/Api/Campaigns/Model/BroadcastStatus.cs b/src/CallfireApiClient/Api/Campaigns/Model/BroadcastStatus.cs index e411749..6fa76a7 100644 --- a/src/CallfireApiClient/Api/Campaigns/Model/BroadcastStatus.cs +++ b/src/CallfireApiClient/Api/Campaigns/Model/BroadcastStatus.cs @@ -10,7 +10,10 @@ public enum BroadcastStatus RUNNING, STOPPED, FINISHED, - ARCHIVED + ARCHIVED, + SCHEDULED, + SUSPENDED, + VALIDATING_EMAIL, + VALIDATING_START } -} - +} \ No newline at end of file diff --git a/src/CallfireApiClient/Properties/AssemblyInfo.cs b/src/CallfireApiClient/Properties/AssemblyInfo.cs index 333c685..3c82369 100644 --- a/src/CallfireApiClient/Properties/AssemblyInfo.cs +++ b/src/CallfireApiClient/Properties/AssemblyInfo.cs @@ -12,7 +12,7 @@ // The form "{Major}.{Minor}.*" will automatically update the build and revision, // and "{Major}.{Minor}.{Build}.*" will update just the revision. -[assembly: AssemblyVersion("1.1.26.*")] +[assembly: AssemblyVersion("1.1.27.*")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing.