We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6c8c28 commit 3fbd244Copy full SHA for 3fbd244
CHANGELOG.md
@@ -6,6 +6,10 @@ backwards-incompatible changes that will affect existing usage.
6
7
<!-- CHANGELOG_PLACEHOLDER -->
8
9
+## 10.0.1 - 2024-08-21
10
+
11
+- Use nullable type declaration ([#882](https://github.com/php-curl-class/php-curl-class/pull/882))
12
13
## 10.0.0 - 2024-08-20
14
15
- Drop support for PHP 7.0 ([#880](https://github.com/php-curl-class/php-curl-class/pull/880))
src/Curl/Curl.php
@@ -6,7 +6,7 @@
class Curl extends BaseCurl
{
- public const VERSION = '10.0.0';
+ public const VERSION = '10.0.1';
public const DEFAULT_TIMEOUT = 30;
public $curl = null;
0 commit comments