Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Commit

Permalink
Bump to 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cbetta committed Mar 21, 2017
1 parent a969d36 commit f9dddc1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).

## [0.3.3][]

* Update methods that required Number Insight checks to operate to accept a static `country_code` flag
* Change default pagination size for most calls to 100
* Add `app:numbers` command to look up numbers for an application
* Remove `--app_id` flag from `jwt:generate`

## [0.3.2][]

* Update [nexmo-node][] library to **1.1.2**
* Better handling for 500 errors

## [0.3.1][]

* Update [nexmo-node][] library to **1.1.1**
Expand Down Expand Up @@ -129,6 +141,8 @@ List of commands:
* `app:show`
* `app:delete`

[0.3.2]: https://github.com/Nexmo/nexmo-cli/tree/v0.3.2
[0.3.1]: https://github.com/Nexmo/nexmo-cli/tree/v0.3.1
[0.3.0]: https://github.com/Nexmo/nexmo-cli/tree/v0.3.0
[0.2.0]: https://github.com/Nexmo/nexmo-cli/tree/v0.2.0
[0.1.0]: https://github.com/Nexmo/nexmo-cli/tree/v0.1.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nexmo-cli",
"version": "0.3.2",
"version": "0.3.3",
"description": "Nexmo Command Line Interface",
"main": "lib/request.js",
"scripts": {
Expand Down

0 comments on commit f9dddc1

Please sign in to comment.