From ba417b2c4a44e12ff5decd0e62cc41d28cac55a9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 7 Dec 2022 02:20:25 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=209.11.1=20=E2=86=92=209.12.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++++ src/Curl/Curl.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9302b68..98017dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ backwards-incompatible changes that will affect existing usage. +## 9.12.0 - 2022-12-07 + +- Add automatic gzip decoding of response ([#744](https://github.com/php-curl-class/php-curl-class/pull/744)) + ## 9.11.1 - 2022-12-06 - change: remove unused namespace import ([#743](https://github.com/php-curl-class/php-curl-class/pull/743)) diff --git a/src/Curl/Curl.php b/src/Curl/Curl.php index aa3d62a..88bc8cc 100644 --- a/src/Curl/Curl.php +++ b/src/Curl/Curl.php @@ -7,7 +7,7 @@ use Curl\Url; class Curl { - const VERSION = '9.11.1'; + const VERSION = '9.12.0'; const DEFAULT_TIMEOUT = 30; public $curl = null;