diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d6087eb..2ab543dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## [5.50.0](https://github.com/plivo/plivo-java/tree/v5.50.0) (2026-07-28) +**Feature - Toll-free verification terms, privacy, opt-in and help fields** +- Added optional `termsAndConditionsLink`, `privacyPolicyLink`, `optinMessage` and `helpMessage` parameters to the toll-free verification create and update methods + ## [5.49.0](https://github.com/plivo/plivo-java/tree/v5.49.0) (2026-06-11) **Feature - complianceApplicationId on phone number buy** - Added an optional `complianceApplicationId` builder param to `PhoneNumberCreator`, serialized to the `compliance_application_id` wire param on phone number buy diff --git a/src/main/java/com/plivo/api/models/tollfree_verification/TollfreeVerificationCreator.java b/src/main/java/com/plivo/api/models/tollfree_verification/TollfreeVerificationCreator.java index e09a7386..a8eda207 100644 --- a/src/main/java/com/plivo/api/models/tollfree_verification/TollfreeVerificationCreator.java +++ b/src/main/java/com/plivo/api/models/tollfree_verification/TollfreeVerificationCreator.java @@ -16,6 +16,10 @@ public class TollfreeVerificationCreator extends Creator