From ddb0a32ad6a90af587f53a0cfeb9fa1e17dac5ac Mon Sep 17 00:00:00 2001 From: Twilio Date: Wed, 9 Feb 2022 14:49:27 -0800 Subject: [PATCH] Release 3.14.3 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c5ff5cd..4a5c5f1 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Add php-http-client to your `composer.json` file. If you are not using [Composer ```json { "require": { - "sendgrid/php-http-client": "^3.14.2" + "sendgrid/php-http-client": "^3.14.3" } } ```