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

Skip to content

Commit 6162edf

Browse files
Bump version: 11.0.3 → 11.0.4
1 parent 2cc50bd commit 6162edf

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.4 - 2025-02-20
10+
11+
- Increase psalm strictness ([#925](https://github.com/php-curl-class/php-curl-class/pull/925))
12+
913
## 11.0.3 - 2025-02-19
1014

1115
- Use default for Psalm ensureOverrideAttribute ([#923](https://github.com/php-curl-class/php-curl-class/pull/923))

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.3';
9+
public const VERSION = '11.0.4';
1010
public const DEFAULT_TIMEOUT = 30;
1111

1212
public $curl = null;

0 commit comments

Comments
 (0)