From 457bfeb199e01cf7a8b96a60789306d7ea16307e Mon Sep 17 00:00:00 2001 From: Twilio Date: Wed, 12 Jan 2022 20:15:12 +0000 Subject: [PATCH] Release 3.14.1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1382d8a..880fa3a 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.0" + "sendgrid/php-http-client": "^3.14.1" } } ```