From 3e99a56b96fb7c0fdbd786fc7ac4bbdbbc0b1d0f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 11 Jan 2023 02:13:53 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=209.12.5=20=E2=86=92=209.12.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 5 +++++ src/Curl/Curl.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6b4b02..d9352ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ backwards-incompatible changes that will affect existing usage. +## 9.12.6 - 2023-01-11 + +- Replace use of #[\AllowDynamicProperties] ([#756](https://github.com/php-curl-class/php-curl-class/pull/756)) +- silence PHP 8.2 deprecation notices ([#754](https://github.com/php-curl-class/php-curl-class/pull/754)) + ## 9.12.5 - 2022-12-20 - Fix static analysis error ([#752](https://github.com/php-curl-class/php-curl-class/pull/752)) diff --git a/src/Curl/Curl.php b/src/Curl/Curl.php index 5f4b22f..406ff30 100644 --- a/src/Curl/Curl.php +++ b/src/Curl/Curl.php @@ -7,7 +7,7 @@ use Curl\Url; class Curl { - const VERSION = '9.12.5'; + const VERSION = '9.12.6'; const DEFAULT_TIMEOUT = 30; public $curl = null;