Skip to content

Commit 064e78f

Browse files
Bump version: 12.0.1 → 12.0.2
1 parent 8e7b3d4 commit 064e78f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

99
<!-- CHANGELOG_PLACEHOLDER -->
1010

11+
## 12.0.2 - 2025-11-18
12+
13+
- Improve MultiCurl::waitUntilRequestQuotaAvailable ([#1016](https://github.com/php-curl-class/php-curl-class/pull/1016))
14+
- Fix rate limit ([#1015](https://github.com/php-curl-class/php-curl-class/pull/1015))
15+
1116
## 12.0.1 - 2025-11-03
1217

1318
- Remove calls to deprecated functions ([#1005](https://github.com/php-curl-class/php-curl-class/pull/1005))

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

1212
public $curl = null;

0 commit comments

Comments
 (0)