Bump version: 9.11.1 → 9.12.0

This commit is contained in:
github-actions[bot]
2022-12-07 02:20:25 +00:00
parent c25d5fe317
commit ba417b2c4a
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.0 - 2022-12-07
- Add automatic gzip decoding of response ([#744](https://github.com/php-curl-class/php-curl-class/pull/744))
## 9.11.1 - 2022-12-06
- change: remove unused namespace import ([#743](https://github.com/php-curl-class/php-curl-class/pull/743))
+1 -1
View File
@@ -7,7 +7,7 @@ use Curl\Url;
class Curl
{
const VERSION = '9.11.1';
const VERSION = '9.12.0';
const DEFAULT_TIMEOUT = 30;
public $curl = null;