Bump version: 9.18.1 → 9.18.2

This commit is contained in:
github-actions[bot]
2023-09-11 18:08:28 +00:00
parent acfa5e047b
commit 2b8a93b37d
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.2 - 2023-09-11
- Fix use of mb_strpos() causing error when polyfill is used ([#813](https://github.com/php-curl-class/php-curl-class/pull/813))
## 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))
+1 -1
View File
@@ -6,7 +6,7 @@ namespace Curl;
class Curl extends BaseCurl
{
const VERSION = '9.18.1';
const VERSION = '9.18.2';
const DEFAULT_TIMEOUT = 30;
public $curl = null;