Skip to content

Commit

Permalink
Updated the changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
anindya-plivo committed Jan 3, 2024
1 parent ac0976f commit be6e232
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## [4.59.1](https://github.com/plivo/plivo-php/tree/v4.59.1) (2024-01-03)
**Bug fix - Internal URL constructor**
- Fixed an internal constructor which was failing when query parameters were not passed in the URL.

## [4.59.0](https://github.com/plivo/plivo-php/tree/v4.59.0) (2023-10-31)
**Feature - TollFree Verification API Support**
- API support for Create, Update, Get, Delete and List Tollfree Verification.
Expand Down
2 changes: 1 addition & 1 deletion src/Plivo/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class Version
/**
* @const int PHP helper library patch number
*/
const PATCH = 0;
const PATCH = 1;
/**
* @return string
*/
Expand Down

0 comments on commit be6e232

Please sign in to comment.