From f135e4c48eba9226b51e640913ccc26e0dd4738c Mon Sep 17 00:00:00 2001 From: Sina Madani Date: Thu, 17 Oct 2024 15:19:57 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd3951134..d5d50b1ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Refactored `InputAction.Builder` and added constructor validation - Added `endpoint_type` to `AnswerWebhook` - Added `@JsonCreator` annotation to webhook classes' `fromJson(String)` method +- Added `app_id` to `com.vonage.client.numbers.OwnedNumber` +- Fixed Viber Video message TTL field being set incorrectly # [8.11.0] - 2024-09-25 - Added custom user agent property setting to `HttpConfig`