Skip to content

Commit c8a7bc9

Browse files
Bump version: 11.0.0 → 11.0.1
1 parent 8cbaf60 commit c8a7bc9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

77
<!-- CHANGELOG_PLACEHOLDER -->
88

9+
## 11.0.1 - 2025-01-13
10+
11+
- Increase Psalm strictness ([#909](https://github.com/php-curl-class/php-curl-class/pull/909))
12+
- Increase PHPStan strictness ([#908](https://github.com/php-curl-class/php-curl-class/pull/908))
13+
914
## 11.0.0 - 2024-08-22
1015

1116
- Drop support for PHP 7.3 ([#889](https://github.com/php-curl-class/php-curl-class/pull/889))

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

1212
public $curl = null;

0 commit comments

Comments
 (0)