From 5982d9db837027ab6e122efb6eb02c149abb8bcf Mon Sep 17 00:00:00 2001 From: huzaif-plivo Date: Tue, 21 Sep 2021 22:41:28 +0530 Subject: [PATCH] updated changelog --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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.