Bump version: 9.12.2 → 9.12.3

This commit is contained in:
github-actions[bot]
2022-12-13 01:29:57 +00:00
parent 918ce7bc60
commit 78e9135149
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.12.3 - 2022-12-13
- Ensure string response before gzip decode ([#749](https://github.com/php-curl-class/php-curl-class/pull/749))
## 9.12.2 - 2022-12-11
- Disable warning when gzip-decoding response errors ([#748](https://github.com/php-curl-class/php-curl-class/pull/748))
+1 -1
View File
@@ -7,7 +7,7 @@ use Curl\Url;
class Curl
{
const VERSION = '9.12.2';
const VERSION = '9.12.3';
const DEFAULT_TIMEOUT = 30;
public $curl = null;