From 22a3dc4dac617046004bbad2d329c0e0d9be7daf Mon Sep 17 00:00:00 2001 From: Twilio Date: Wed, 14 Oct 2020 20:09:07 +0000 Subject: [PATCH] Release 3.12.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e5948a..d4bb1cc 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Add php-http-client to your `composer.json` file. If you are not using [Composer ```json { "require": { - "sendgrid/php-http-client": "^3.11.1" + "sendgrid/php-http-client": "^3.12.0" } } ```