From ec09bcfccabeb21d69e245a1e1c0e51f2813fc35 Mon Sep 17 00:00:00 2001 From: Twilio Date: Thu, 14 Dec 2023 08:50:59 +0000 Subject: [PATCH] Release 4.1.1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ce9f65c..7aea5d1 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Add php-http-client to your `composer.json` file. If you are not using [Composer ```json { "require": { - "sendgrid/php-http-client": "^4.1.0" + "sendgrid/php-http-client": "^4.1.1" } } ```