Skip to content

Commit

Permalink
changed version & added info to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Nixon Samuel committed Jul 5, 2018
1 parent 6de145e commit fac6099
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 fac6099

Please sign in to comment.