From 184ee06563337fa5753a147f6efd44eed7be1f29 Mon Sep 17 00:00:00 2001 From: Twilio Date: Thu, 5 Dec 2024 10:11:28 +0000 Subject: [PATCH] Release 8.1.3 --- README.md | 4 ++-- lib/BaseSendGridClientInterface.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5cadc94c..36b1033c 100644 --- a/README.md +++ b/README.md @@ -72,9 +72,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/8.1.2/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/8.1.3/sendgrid-php.zip)**. -[**⬇︎ Download Packaged Library ⬇︎**](https://github.com/sendgrid/sendgrid-php/releases/download/8.1.2/sendgrid-php.zip) +[**⬇︎ Download Packaged Library ⬇︎**](https://github.com/sendgrid/sendgrid-php/releases/download/8.1.3/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 e72cbda6..d38fa5ec 100644 --- a/lib/BaseSendGridClientInterface.php +++ b/lib/BaseSendGridClientInterface.php @@ -12,7 +12,7 @@ abstract class BaseSendGridClientInterface { /** @var string SendGrid API library version */ - const VERSION = '8.1.2'; + const VERSION = '8.1.3'; /** @var Client SendGrid HTTP Client library */ public $client;