Skip to content

Commit 6813899

Browse files
Bump version: 9.12.0 → 9.12.1
1 parent 68b6ce9 commit 6813899

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ backwards-incompatible changes that will affect existing usage.
66

77
<!-- CHANGELOG_PLACEHOLDER -->
88

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+
913
## 9.12.0 - 2022-12-07
1014

1115
- Add automatic gzip decoding of response ([#744](https://github.com/php-curl-class/php-curl-class/pull/744))

src/Curl/Curl.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
class Curl
99
{
10-
const VERSION = '9.12.0';
10+
const VERSION = '9.12.1';
1111
const DEFAULT_TIMEOUT = 30;
1212

1313
public $curl = null;

0 commit comments

Comments
 (0)