From ef422c291d48ba15b2b0a69e3fdb3b36291d7532 Mon Sep 17 00:00:00 2001 From: Mohammed Huzaif Date: Tue, 21 Sep 2021 22:52:22 +0530 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d75afd..7eb4b27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ ## [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) + Example for [send SMS](https://github.com/plivo/plivo-node#send-a-message) ## [v4.22.2](https://github.com/plivo/plivo-node/tree/v4.22.2) (2021-09-16) - Typescript import fix.