From b059947c75b176b5f64d28990ba4b192d788aa5e Mon Sep 17 00:00:00 2001 From: twilio-dx Date: Wed, 25 Sep 2024 12:38:45 +0000 Subject: [PATCH] oaiFix: Updated api definitions changelog in CHANGES.md --- CHANGES.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index dd3a4f5d..c6d8668d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,15 @@ +-------------------------- +**Library - Chore** +- [PR #121](https://github.com/twilio/twilio-oai/pull/121): content sdk changes moved to content v1 in internal open api repo. Thanks to [@sbansla](https://github.com/sbansla)! + +**Accounts** +- Update docs and mounts. +- Change library visibility to public +- Enable consent and contact bulk upsert APIs in prod. + +**Serverless** +- Add is_plugin parameter in deployments api to check if it is plugins deployment + ## [5.22.1](https://github.com/twilio/twilio-cli/compare/5.22.0...5.22.1) (2024-09-18)