Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 214cfe0

Browse files
Bump version: 11.0.1 → 11.0.2
1 parent ece27e4 commit 214cfe0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ backwards-incompatible changes that will affect existing usage.
66

77
<!-- CHANGELOG_PLACEHOLDER -->
88

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+
913
## 11.0.1 - 2025-01-13
1014

1115
- Increase Psalm strictness ([#909](https://github.com/php-curl-class/php-curl-class/pull/909))

src/Curl/Curl.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
class Curl extends BaseCurl
88
{
9-
public const VERSION = '11.0.1';
9+
public const VERSION = '11.0.2';
1010
public const DEFAULT_TIMEOUT = 30;
1111

1212
public $curl = null;

0 commit comments

Comments
 (0)