From 9a4b8b3e1714d8350a4828d07adfb50c8c975355 Mon Sep 17 00:00:00 2001 From: Saurabh Newatiya Date: Fri, 3 Mar 2023 15:39:28 +0530 Subject: [PATCH] updating order of changelog --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b3a22e2..53ef2e48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,11 @@ # Change Log +## [5.20.0](https://github.com/plivo/plivo-java/tree/v5.20.0) (2023-02-23) +- Add `isDomestic` to the response for the [list all messages API](https://www.plivo.com/docs/sms/api/message/list-all-messages/) and the [get message details API](https://www.plivo.com/docs/sms/api/message#retrieve-a-message) + ## [5.19.2](https://github.com/plivo/plivo-java/tree/v5.19.2) (2023-02-23) **Feature - Enhance MDR filtering capabilities ** - Added new fields on MDR object response -## [5.20.0](https://github.com/plivo/plivo-java/tree/v5.20.0) (2023-02-23) -- Add `isDomestic` to the response for the [list all messages API](https://www.plivo.com/docs/sms/api/message/list-all-messages/) and the [get message details API](https://www.plivo.com/docs/sms/api/message#retrieve-a-message) - ## [5.19.1](https://github.com/plivo/plivo-java/tree/v5.19.1) (2022-01-31) - Add `requesterIP` to the response for the [list all messages API](https://www.plivo.com/docs/sms/api/message/list-all-messages/) and the [get message details API](https://www.plivo.com/docs/sms/api/message#retrieve-a-message)