Skip to content

Commit

Permalink
Attribution to @RabebOthmani for NI!
Browse files Browse the repository at this point in the history
  • Loading branch information
smithrobs committed Nov 9, 2017
1 parent 5a2c3c9 commit 2f0256c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 2.3.0 (2017-11-09)

* __[BREAKING]__ `Account.GetBalance` returns (instead of a `decimal`) a `Balance` object that includes your account balance and other properties.
* __[BREAKING]__ `NumberInsight` calls, request classes, and response classes have changed slightly. The underlying calls to Nexmo's API have been updated as well.
* __[BREAKING]__ `NumberInsight` calls, request classes, and response classes have changed slightly. The underlying calls to Nexmo's API have been updated as well. Thanks to @RabebOthmani for the PR!
* API and documentation refresh: Added missing JSON properties, updated summaries from the official docs.
* Support additional call endpoint types.
* Introduced `Nexmo.Api.EnsureSuccessStatusCode` configuration option. You may instruct the library to throw an exception if a request results in an unsuccessful HTTP status code.
Expand Down
2 changes: 1 addition & 1 deletion Nexmo.Api/Nexmo.Api.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<description>Official C#/.NET wrapper for the Nexmo API</description>
<releaseNotes>
* [BREAKING] `Account.GetBalance` returns (instead of a `decimal`) a `Balance` object that includes your account balance and other properties.
* [BREAKING] `NumberInsight` calls, request classes, and response classes have changed slightly. The underlying calls to Nexmo's API have been updated as well.
* [BREAKING] `NumberInsight` calls, request classes, and response classes have changed slightly. The underlying calls to Nexmo's API have been updated as well. Thanks to @RabebOthmani for the PR!
* API and documentation refresh: Added missing JSON properties, updated summaries from the official docs.
* Support additional call endpoint types.
* Introduced `Nexmo.Api.EnsureSuccessStatusCode` configuration option. You may instruct the library to throw an exception if a request results in an unsuccessful HTTP status code.
Expand Down

0 comments on commit 2f0256c

Please sign in to comment.