From 4690fbadca6fc870d2da45a5f2916e32d4ee0290 Mon Sep 17 00:00:00 2001 From: Saurabh Newatiya Date: Tue, 7 May 2024 20:55:11 +0530 Subject: [PATCH] updating changelog --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cae75e4..c1a55c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,9 @@ # Change Log ## [7.49.0](https://github.com/plivo/plivo-go/tree/v7.49.0) (2024-05-07) -**Feature - Adding support for interactive whatsapp messages** -- Added new param 'interactive' to [send message API](https://www.plivo.com/docs/sms/api/message#send-a-message) to support interactive 'whatsapp' messages +**Feature - Adding support for location whatsapp messages** +- Added new param 'location' to [send message API](https://www.plivo.com/docs/sms/api/message#send-a-message) to support location 'whatsapp' messages +- Added new param 'location' in templates to support location based templated messages ## [7.48.0](https://github.com/plivo/plivo-go/tree/v7.48.0) (2024-05-07) **Feature - Adding support for interactive whatsapp messages**