mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-09-09 09:56:27 +00:00
Bump version: 10.0.0 → 10.0.1
This commit is contained in:
@@ -6,6 +6,10 @@ backwards-incompatible changes that will affect existing usage.
|
||||
|
||||
<!-- CHANGELOG_PLACEHOLDER -->
|
||||
|
||||
## 10.0.1 - 2024-08-21
|
||||
|
||||
- Use nullable type declaration ([#882](https://github.com/php-curl-class/php-curl-class/pull/882))
|
||||
|
||||
## 10.0.0 - 2024-08-20
|
||||
|
||||
- Drop support for PHP 7.0 ([#880](https://github.com/php-curl-class/php-curl-class/pull/880))
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@ namespace Curl;
|
||||
|
||||
class Curl extends BaseCurl
|
||||
{
|
||||
public const VERSION = '10.0.0';
|
||||
public const VERSION = '10.0.1';
|
||||
public const DEFAULT_TIMEOUT = 30;
|
||||
|
||||
public $curl = null;
|
||||
|
||||
Reference in New Issue
Block a user