Skip to content

Commit

Permalink
Merge pull request #67 from nixonsam/fix_subaccount_create_response
Browse files Browse the repository at this point in the history
changed version & added info to changelog
  • Loading branch information
Ajay-KG authored Jul 5, 2018
2 parents 51a29ca + fac6099 commit 0c5b92c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## [v4.1.0](https://github.com/plivo/plivo-php/releases/tag/v4.1.0) - 2018-07-05
- Fixed subaccount create response
- Fixed response mapping with multiple resources
- FIxed validate signature to handle ports in the URLs

## [v4.0.0](https://github.com/plivo/plivo-php/releases/tag/v4.0.0) - 2018-01-18
- Added a get meta method for list responses
- Reduced default timeout to 5 seconds
Expand Down
2 changes: 1 addition & 1 deletion src/Plivo/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class Version
/**
* @const int PHP helper library minor version number
*/
const MINOR = 0;
const MINOR = 1;
/**
* @const int PHP helper library patch number
*/
Expand Down

0 comments on commit 0c5b92c

Please sign in to comment.