From 214cfe01db8439eadbf51ad795d2846e8cb3f718 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 18 Feb 2025 18:03:57 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=2011.0.1=20=E2=86=92=2011.0.2?= 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 7674b80..c3398c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ backwards-incompatible changes that will affect existing usage. +## 11.0.2 - 2025-02-18 + +- Fix CI (PHPUnit) ([#918](https://github.com/php-curl-class/php-curl-class/pull/918)) + ## 11.0.1 - 2025-01-13 - Increase Psalm strictness ([#909](https://github.com/php-curl-class/php-curl-class/pull/909)) diff --git a/src/Curl/Curl.php b/src/Curl/Curl.php index 579e998..0473911 100644 --- a/src/Curl/Curl.php +++ b/src/Curl/Curl.php @@ -6,7 +6,7 @@ namespace Curl; class Curl extends BaseCurl { - public const VERSION = '11.0.1'; + public const VERSION = '11.0.2'; public const DEFAULT_TIMEOUT = 30; public $curl = null;