Skip to content

Commit

Permalink
bump verison to 4.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nixonsam committed Dec 8, 2020
1 parent ad0a911 commit b685b43
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Change Log

## [v4.15.1](https://github.com/plivo/plivo-php/releases/tag/v4.15.2) - 2020-11-26
- Fix retrieve_application response.
## [v4.16.0](https://github.com/plivo/plivo-php/releases/tag/v4.16.0) - 2020-12-08
- Fix retrieve_application API response.

## [v4.15.1](https://github.com/plivo/plivo-php/releases/tag/v4.15.1) - 2020-11-17
- Fix resource not found exception when making sequential requests.

Expand Down
4 changes: 2 additions & 2 deletions src/Plivo/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ class Version
/**
* @const int PHP helper library minor version number
*/
const MINOR = 15;
const MINOR = 16;
/**
* @const int PHP helper library patch number
*/
const PATCH = 1;
const PATCH = 0;
/**
* @return string
*/
Expand Down

0 comments on commit b685b43

Please sign in to comment.