diff --git a/CHANGELOG.md b/CHANGELOG.md index 27f980f..470d58d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,10 @@ # Change Log -## [v4.23.0](https://github.com/plivo/plivo-node/tree/v4.23.0) (2021-09-16) +## [v4.23.0](https://github.com/plivo/plivo-node/tree/v4.23.0) (2021-09-22) - This version includes advancements to the Messaging Interface that deals with the [Send SMS/MMS](https://www.plivo.com/docs/sms/api/message#send-a-message) interface, Creating a standard structure for `request/input` arguments to make implementation easier and incorporating support for the older interface. + Example for [send SMS](Example for [send SMS](https://github.com/plivo/plivo-node#send-a-message) + ## [v4.22.1](https://github.com/plivo/plivo-node/tree/v4.22.1) (2021-09-08) - Fix on voice `GET` request and exception handle.