Skip to content

Commit 3fbd244

Browse files
Bump version: 10.0.0 → 10.0.1
1 parent d6c8c28 commit 3fbd244

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
@@ -6,6 +6,10 @@ backwards-incompatible changes that will affect existing usage.
66

77
<!-- CHANGELOG_PLACEHOLDER -->
88

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+
913
## 10.0.0 - 2024-08-20
1014

1115
- Drop support for PHP 7.0 ([#880](https://github.com/php-curl-class/php-curl-class/pull/880))

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

1212
public $curl = null;

0 commit comments

Comments
 (0)