updated changelog

This commit is contained in:
huzaif-plivo 2021-09-21 22:41:28 +05:30
parent 110a255e88
commit 5982d9db83

View file

@ -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.