From ece928bf0c3aafbef613b4df19f4d6c7c4306d40 Mon Sep 17 00:00:00 2001 From: Jeremy Chan Date: Sun, 20 Oct 2024 10:39:31 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ec81347b..c34628f1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). # [8.12.0] - 2024-10-?? - Added `network_apis` capability to Application API - Added `@JsonCreator` annotation to webhook classes' `fromJson(String)` method +- Fixed Whatsapp API `latitude` and `longitude` field names # [8.11.0] - 2024-09-25 - Added custom user agent property setting to `HttpConfig` @@ -758,4 +759,4 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Added - Add support for nexmo SNS service - Ams submission - report comms-failure as an error response, not as an exception -- Ams submission - add support for 'remainingBalance' in the api response \ No newline at end of file +- Ams submission - add support for 'remainingBalance' in the api response