Skip to content

Commit

Permalink
Merge pull request #332 from plivo/VPT-2453
Browse files Browse the repository at this point in the history
updated changelog and version
  • Loading branch information
eniyavan-muruganantham-plivo authored Oct 18, 2023
2 parents 080e6bf + 012c47c commit 4f10a36
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,4 +1,8 @@
# Change Log
## [4.57.1](https://github.com/plivo/plivo-php/tree/v4.57.1) (2023-10-18)
**Bug fix - Dial XML element**
- Fixed constructor method signature for Dial XML element

## [4.57.0](https://github.com/plivo/plivo-php/tree/v4.57.0) (2023-09-13)
**Feature - Number Masking**
- Added Create, Delete, Update, Get and List Masking Session API
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 4f10a36

Please sign in to comment.