From 430cdfd91dd6f14483d831df97cff5c776814782 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 18:04:38 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=2012.0.3=20=E2=86=92=2012.0.4?= 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 c8bd13a..07e6b59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ backwards-incompatible changes that will affect existing usage. +## 12.0.4 - 2025-12-11 + +- Fix psalm error ([#1027](https://github.com/php-curl-class/php-curl-class/pull/1027)) + ## 12.0.3 - 2025-11-24 - Simplify MultiCurl execution loop ([#1017](https://github.com/php-curl-class/php-curl-class/pull/1017)) diff --git a/src/Curl/Curl.php b/src/Curl/Curl.php index 866d60b..8c201fd 100644 --- a/src/Curl/Curl.php +++ b/src/Curl/Curl.php @@ -6,7 +6,7 @@ namespace Curl; class Curl extends BaseCurl { - public const VERSION = '12.0.3'; + public const VERSION = '12.0.4'; public const DEFAULT_TIMEOUT = 30; public $curl = null;