From 9b54507bb7952262dd099147b9496ae469e3157e Mon Sep 17 00:00:00 2001 From: twilio-dx Date: Thu, 5 May 2022 07:00:53 +0000 Subject: [PATCH] oaiFeat: Updated api definitions changelog in CHANGES.md --- CHANGES.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index f1ee2ec68..3a9b513d4 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,16 @@ -### [3.3.3](https://github.com/twilio/twilio-cli/compare/3.3.2...3.3.3) (2022-05-05) +--------------------------- +**Library - Fix** +- [PR #56](https://github.com/twilio/twilio-oai/pull/56): add class_name property to twilio vendor extension. Thanks to [@charan678](https://github.com/charan678)! + +**Conversations** +- Expose query parameter in list operation on Address Configurations resource + +**Supersim** +- Add and fields to Super SIM UsageRecords API response. +- Change ESimProfiles parameter to optional to enable Activation Code download method support **(breaking change)** + +**Verify** +- Deprecate parameter in create and update service.### [3.3.3](https://github.com/twilio/twilio-cli/compare/3.3.2...3.3.3) (2022-05-05) ### Library - Fixes