Skip to content

Commit db6f650

Browse files
Bump version: 10.0.1 → 11.0.0
1 parent 2e293e0 commit db6f650

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

77
<!-- CHANGELOG_PLACEHOLDER -->
88

9+
## 11.0.0 - 2024-08-22
10+
11+
- Drop support for PHP 7.3 ([#889](https://github.com/php-curl-class/php-curl-class/pull/889))
12+
- Drop support for PHP 7.2 ([#888](https://github.com/php-curl-class/php-curl-class/pull/888))
13+
- Drop support for PHP 7.1 ([#887](https://github.com/php-curl-class/php-curl-class/pull/887))
14+
915
## 10.0.1 - 2024-08-21
1016

1117
- Use nullable type declaration ([#882](https://github.com/php-curl-class/php-curl-class/pull/882))

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

1212
public $curl = null;

0 commit comments

Comments
 (0)