Bump version: 9.18.0 → 9.18.1

This commit is contained in:
github-actions[bot]
2023-08-29 18:02:47 +00:00
parent bf12ad1c73
commit e4e6664854
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -6,6 +6,10 @@ backwards-incompatible changes that will affect existing usage.
<!-- CHANGELOG_PLACEHOLDER -->
## 9.18.1 - 2023-08-29
- Add additional check for decoding gzip-encoded responses ([#808](https://github.com/php-curl-class/php-curl-class/pull/808))
## 9.18.0 - 2023-08-28
- Implement Curl::setError() and MultiCurl::setError() ([#805](https://github.com/php-curl-class/php-curl-class/pull/805))
+1 -1
View File
@@ -6,7 +6,7 @@ namespace Curl;
class Curl extends BaseCurl
{
const VERSION = '9.18.0';
const VERSION = '9.18.1';
const DEFAULT_TIMEOUT = 30;
public $curl = null;