Skip to content

Commit 78e9135

Browse files
Bump version: 9.12.2 → 9.12.3
1 parent 918ce7b commit 78e9135

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.3 - 2022-12-13
10+
11+
- Ensure string response before gzip decode ([#749](https://github.com/php-curl-class/php-curl-class/pull/749))
12+
913
## 9.12.2 - 2022-12-11
1014

1115
- Disable warning when gzip-decoding response errors ([#748](https://github.com/php-curl-class/php-curl-class/pull/748))

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.2';
10+
const VERSION = '9.12.3';
1111
const DEFAULT_TIMEOUT = 30;
1212

1313
public $curl = null;

0 commit comments

Comments
 (0)