File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff 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 ) )
Original file line number Diff line number Diff line change 66
77class 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 ;
You can’t perform that action at this time.
0 commit comments