Skip to content

Commit 53b7dad

Browse files
Bump version: 9.10.0 → 9.11.0
1 parent ca3bcb3 commit 53b7dad

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+
## 9.11.0 - 2022-12-05
10+
11+
- Add Curl::diagnose() HTTP method check matches methods allowed ([#741](https://github.com/php-curl-class/php-curl-class/pull/741))
12+
- Add temporary fix missing template params ([#742](https://github.com/php-curl-class/php-curl-class/pull/742))
13+
914
## 9.10.0 - 2022-11-07
1015

1116
- Display request options in Curl::diagnose() output ([#739](https://github.com/php-curl-class/php-curl-class/pull/739))

src/Curl/Curl.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
class Curl
1010
{
11-
const VERSION = '9.10.0';
11+
const VERSION = '9.11.0';
1212
const DEFAULT_TIMEOUT = 30;
1313

1414
public $curl = null;

0 commit comments

Comments
 (0)