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;