Bump version: 9.8.0 → 9.9.0

This commit is contained in:
github-actions[bot]
2022-11-06 01:31:04 +00:00
parent 9c427a4596
commit 53f1d5670a
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -6,6 +6,12 @@ backwards-incompatible changes that will affect existing usage.
<!-- CHANGELOG_PLACEHOLDER -->
## 9.9.0 - 2022-11-06
- Fix MultiCurl::setCookieString() ([#738](https://github.com/php-curl-class/php-curl-class/pull/738))
- Pass MultiCurl options to new Curl instances earlier ([#737](https://github.com/php-curl-class/php-curl-class/pull/737))
- Add deferred constant curlErrorCodeConstants ([#736](https://github.com/php-curl-class/php-curl-class/pull/736))
## 9.8.0 - 2022-10-01
- Include curl error code constant in curl error message ([#733](https://github.com/php-curl-class/php-curl-class/pull/733))
+1 -1
View File
@@ -8,7 +8,7 @@ use Curl\Url;
class Curl
{
const VERSION = '9.8.0';
const VERSION = '9.9.0';
const DEFAULT_TIMEOUT = 30;
public $curl = null;