From 9180429e12d88a4937296c0ecfedb9ae625025fb Mon Sep 17 00:00:00 2001 From: twilio-dx Date: Tue, 18 Jun 2024 17:30:36 +0000 Subject: [PATCH] oaiFeat: Updated api definitions changelog in CHANGES.md --- CHANGES.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 4fd1b3e4..e2b82f73 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,27 @@ +-------------------------- + +**Library - Feature** +- [PR #111](https://github.com/twilio/twilio-oai/pull/111): Merge branch '2.0.0-rc' into main. Thanks to [@tiwarishubham635](https://github.com/tiwarishubham635)! **(breaking change)** +- [PR #110](https://github.com/twilio/twilio-oai/pull/110): Merge branch '2.0.0-rc' into main. Thanks to [@tiwarishubham635](https://github.com/tiwarishubham635)! **(breaking change)** + +**Events** +- Add and to Event Types + +**Lookups** +- Removed unused lookups in V1 only to facilitate rest proxy migration + +**Numbers** +- Add date_created field to the Get Port In Request API +- Rename the field to in the Get Port In Phone Number API **(breaking change)** +- Add Rejection reason and rejection reason code to the Get Port In Phone Number API +- Remove the carrier information from the Portability API + +**Proxy** +- Change property from enum to ienum + +**Trusthub** +- Add skipMessagingUseCase field in compliance_tollfree_inquiry. + ## [5.20.1](https://github.com/twilio/twilio-cli/compare/5.20.0...5.20.1) (2024-06-06)