Skip to content

Commit 430cdfd

Browse files
Bump version: 12.0.3 → 12.0.4
1 parent efad621 commit 430cdfd

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ backwards-incompatible changes that will affect existing usage.
88

99
<!-- CHANGELOG_PLACEHOLDER -->
1010

11+
## 12.0.4 - 2025-12-11
12+
13+
- Fix psalm error ([#1027](https://github.com/php-curl-class/php-curl-class/pull/1027))
14+
1115
## 12.0.3 - 2025-11-24
1216

1317
- Simplify MultiCurl execution loop ([#1017](https://github.com/php-curl-class/php-curl-class/pull/1017))

src/Curl/Curl.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

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

1212
public $curl = null;

0 commit comments

Comments
 (0)