From 5f7f4c2f4235144dc265a468f4df0bcafd491b67 Mon Sep 17 00:00:00 2001 From: Mohammed Huzaif Date: Tue, 21 Sep 2021 22:59:01 +0530 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7eb4b27..e701164 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Change Log ## [v4.23.0](https://github.com/plivo/plivo-node/tree/v4.23.0) (2021-09-22) +**Features - Messaging** - 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](https://github.com/plivo/plivo-node#send-a-message)