We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68b6ce9 commit 6813899Copy full SHA for 6813899
CHANGELOG.md
@@ -6,6 +6,10 @@ backwards-incompatible changes that will affect existing usage.
6
7
<!-- CHANGELOG_PLACEHOLDER -->
8
9
+## 9.12.1 - 2022-12-08
10
+
11
+- Include option constant that uses the CURLINFO_ prefix ([#745](https://github.com/php-curl-class/php-curl-class/pull/745))
12
13
## 9.12.0 - 2022-12-07
14
15
- Add automatic gzip decoding of response ([#744](https://github.com/php-curl-class/php-curl-class/pull/744))
src/Curl/Curl.php
@@ -7,7 +7,7 @@
class Curl
{
- const VERSION = '9.12.0';
+ const VERSION = '9.12.1';
const DEFAULT_TIMEOUT = 30;
public $curl = null;
0 commit comments