From 3e502a05880502ad60d6900f03552891b824bdf6 Mon Sep 17 00:00:00 2001 From: twilio-dx Date: Wed, 2 Nov 2022 05:49:56 +0000 Subject: [PATCH] oaiFix: Updated api definitions changelog in CHANGES.md --- CHANGES.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 0e8268984..86be16760 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,23 @@ -## [5.2.0](https://github.com/twilio/twilio-cli/compare/5.1.0...5.2.0) (2022-10-19) +--------------------------- +**Library - Fix** +- [PR #80](https://github.com/twilio/twilio-oai/pull/80): update parent logic for handling of parents vs. containers. Thanks to [@childish-sambino](https://github.com/childish-sambino)! + +**Api** +- Added and to Message resource with public visibility as Beta +- Add and resource + +**Proxy** +- Remove FailOnParticipantConflict param from Proxy Session create and update and Proxy Participant create + +**Supersim** +- Update SettingsUpdates resource to remove PackageSid + +**Taskrouter** +- Add query parameter to Workers and TaskQueues for sorting by +- Add query param for list reservations endpoint + +**Twiml** +- Add and attributes to ## [5.2.0](https://github.com/twilio/twilio-cli/compare/5.1.0...5.2.0) (2022-10-19) ### Library - Chores