Skip to content

Commit

Permalink
2.2.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
smithrobs committed Jan 28, 2017
1 parent 094c9e0 commit fe462c5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 2.2.0-rc2 (2017-01-12)

* Allow PKCS#8 formatted private keys; auth key parser logging.

# 2.2.0-rc1 (2017-01-12)

* Expose internal API request methods to allow custom API calls from library consumers as some new Nexmo API endpoints may not be immediately supported.
Expand Down
3 changes: 2 additions & 1 deletion Nexmo.Api/Nexmo.Api.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>Nexmo.Csharp.Client</id>
<version>2.2.0-rc1</version>
<version>2.2.0-rc2</version>
<title>Nexmo API Client</title>
<authors>Nexmo</authors>
<owners>Nexmo</owners>
Expand All @@ -17,6 +17,7 @@
* Optional configuration and request logging.
* Support signed requests via security key.
* Optional API request rate limiting.
* Allow PKCS#8 formatted private keys; auth key parser logging.
</releaseNotes>
<copyright>© Nexmo 2017</copyright>
<tags>SMS voice telephony phone nexmo</tags>
Expand Down

0 comments on commit fe462c5

Please sign in to comment.