Skip to content

Commit

Permalink
Merge pull request #64 from Abhishek-plivo/master
Browse files Browse the repository at this point in the history
Fix #63. Bump version to 0.4.2
  • Loading branch information
plivo-sdks authored Dec 18, 2017
2 parents fe1a38e + f477a2f commit 59455d0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Change Log
## [0.4.2](https://github.com/plivo/plivo-node/releases/tag/v0.4.2)(2017-12-15)
- Fixed #63: `unlink_application_number` not working

## [4.0.0-beta.1](https://github.com/plivo/plivo-node/releases/tag/v4.0.0-beta.1)(2017-10-24)
- The new SDK works with Node.js >= 4. It has been tested against the versions 4, 5, 6, 7 and 8.
- The API interfaces are consistent and guessable
Expand Down
2 changes: 1 addition & 1 deletion lib/plivo.js
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ plivo.prototype.link_application_number = function (params, callback) {
};

plivo.prototype.unlink_application_number = function (params, callback) {
params.app_id = null;
params.app_id = '';
this.edit_number(params, callback);
};

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": "plivo",
"version": "0.4.1",
"version": "0.4.2",
"description": "Plivo NodeJS helper library.",
"main": "lib/plivo.js",
"repository": {
Expand Down

0 comments on commit 59455d0

Please sign in to comment.