Skip to content

Commit c5260b1

Browse files
Bump version: 9.17.4 → 9.18.0
1 parent d829f59 commit c5260b1

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.18.0 - 2023-08-28
10+
11+
- Implement Curl::setError() and MultiCurl::setError() ([#805](https://github.com/php-curl-class/php-curl-class/pull/805))
12+
- Rename ::setError() to ::afterSend() ([#807](https://github.com/php-curl-class/php-curl-class/pull/807))
13+
914
## 9.17.4 - 2023-07-10
1015

1116
- Add coding standards rule to use the null coalescing operator ?? where possible ([#801](https://github.com/php-curl-class/php-curl-class/pull/801))

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-
const VERSION = '9.17.4';
9+
const VERSION = '9.18.0';
1010
const DEFAULT_TIMEOUT = 30;
1111

1212
public $curl = null;

0 commit comments

Comments
 (0)