From 97a509b53ced9d29dde401e3b2c0c55f9ab03f5c Mon Sep 17 00:00:00 2001 From: Twilio Date: Wed, 9 Feb 2022 14:49:28 -0800 Subject: [PATCH] Release 7.11.4 --- README.md | 4 ++-- lib/BaseSendGridClientInterface.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 46ad342f..f130a50a 100644 --- a/README.md +++ b/README.md @@ -73,9 +73,9 @@ Add Twilio SendGrid to your `composer.json` file. If you are not using [Composer ### Alternative: Install package from zip -If you are not using Composer, simply download and install the **[latest packaged release of the library as a zip](https://github.com/sendgrid/sendgrid-php/releases/download/7.11.3/sendgrid-php.zip)**. +If you are not using Composer, simply download and install the **[latest packaged release of the library as a zip](https://github.com/sendgrid/sendgrid-php/releases/download/7.11.4/sendgrid-php.zip)**. -[**⬇︎ Download Packaged Library ⬇︎**](https://github.com/sendgrid/sendgrid-php/releases/download/7.11.3/sendgrid-php.zip) +[**⬇︎ Download Packaged Library ⬇︎**](https://github.com/sendgrid/sendgrid-php/releases/download/7.11.4/sendgrid-php.zip) Previous versions of the library can be downloaded directly from [GitHub](https://github.com/sendgrid/sendgrid-php/releases). diff --git a/lib/BaseSendGridClientInterface.php b/lib/BaseSendGridClientInterface.php index c87909dd..846d38cc 100644 --- a/lib/BaseSendGridClientInterface.php +++ b/lib/BaseSendGridClientInterface.php @@ -12,7 +12,7 @@ abstract class BaseSendGridClientInterface { /** @var string SendGrid API library version */ - const VERSION = '7.11.3'; + const VERSION = '7.11.4'; /** @var Client SendGrid HTTP Client library */ public $client;