From 5368dae9fbda4fe3fa1e216cab29c62a1937f384 Mon Sep 17 00:00:00 2001 From: manisha1997 Date: Thu, 6 Mar 2025 22:04:52 +0530 Subject: [PATCH 1/2] feat!: MVR preparations --- UPGRADE.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/UPGRADE.md b/UPGRADE.md index 171d2dc145..c5fc28f2ce 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -2,6 +2,14 @@ _MAJOR version bumps will have upgrade notes posted here._ +[2023-03-25] 8.x.x to 9.x.x +--------------------------- +Twilio Php Helper Library’s major version 9.0.0 is now available. We ensured that you can upgrade to Php helper Library 9.0.0 version without any breaking changes of existing apis + +Behind the scenes Php Helper is now auto-generated via OpenAPI with this release. This enables us to rapidly add new features and enhance consistency across versions and languages. + +Twiml Attribute speechModel is now of type string. + [2023-03-25] 7.x.x to 8.x.x --------------------------- Twilio Php Helper Library’s major version 8.0.0 is now available. We ensured that you can upgrade to Php helper Library 8.0.0 version without any breaking changes of existing apis From 5ed5877b893d4d019d24e8e433d97452268d2790 Mon Sep 17 00:00:00 2001 From: Manisha Singh Date: Thu, 6 Mar 2025 22:17:35 +0530 Subject: [PATCH 2/2] feat!: mvr preparations --- UPGRADE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UPGRADE.md b/UPGRADE.md index c5fc28f2ce..a7ae00116c 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -2,7 +2,7 @@ _MAJOR version bumps will have upgrade notes posted here._ -[2023-03-25] 8.x.x to 9.x.x +[2025-03-07] 8.x.x to 9.x.x --------------------------- Twilio Php Helper Library’s major version 9.0.0 is now available. We ensured that you can upgrade to Php helper Library 9.0.0 version without any breaking changes of existing apis