Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ece27e4 commit 214cfe0Copy full SHA for 214cfe0
CHANGELOG.md
@@ -6,6 +6,10 @@ backwards-incompatible changes that will affect existing usage.
6
7
<!-- CHANGELOG_PLACEHOLDER -->
8
9
+## 11.0.2 - 2025-02-18
10
+
11
+- Fix CI (PHPUnit) ([#918](https://github.com/php-curl-class/php-curl-class/pull/918))
12
13
## 11.0.1 - 2025-01-13
14
15
- Increase Psalm strictness ([#909](https://github.com/php-curl-class/php-curl-class/pull/909))
src/Curl/Curl.php
@@ -6,7 +6,7 @@
class Curl extends BaseCurl
{
- public const VERSION = '11.0.1';
+ public const VERSION = '11.0.2';
public const DEFAULT_TIMEOUT = 30;
public $curl = null;
0 commit comments