Skip to content

Commit

Permalink
version upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
narayana-plivo committed Feb 27, 2023
1 parent c34a707 commit 876009d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Change Log
## [4.42.0](https://github.com/plivo/plivo-php/tree/v4.42.0) (2023-02-27)
**Feature - Enhance MDR filtering capabilities **
- Added new fields on MDR object response

## [v4.41.0](https://github.com/plivo/plivo-php/tree/v4.41.0) (2023-01-25)
- Add `requesterIP` to the response for the [list all messages API](https://www.plivo.com/docs/sms/api/message/list-all-messages/) and the [get message details API](https://www.plivo.com/docs/sms/api/message#retrieve-a-message)
Expand Down
2 changes: 1 addition & 1 deletion src/Plivo/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Version
/**
* @const int PHP helper library minor version number
*/
const MINOR = 41;
const MINOR = 42;

/**
* @const int PHP helper library patch number
Expand Down

0 comments on commit 876009d

Please sign in to comment.