Skip to content

Commit f458bf6

Browse files
Bump version: 9.6.1 → 9.6.2
1 parent 54c87b9 commit f458bf6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

77
<!-- CHANGELOG_PLACEHOLDER -->
88

9+
## 9.6.2 - 2022-09-24
10+
11+
- Call MultiCurl::beforeSend() before each request is made ([#723](https://github.com/php-curl-class/php-curl-class/pull/723))
12+
- Encode keys for post data with numeric keys ([#726](https://github.com/php-curl-class/php-curl-class/pull/726))
13+
- Fix building post data with object ([#728](https://github.com/php-curl-class/php-curl-class/pull/728))
14+
915
## 9.6.1 - 2022-06-30
1016

1117
### Fixed

src/Curl/Curl.php

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

99
class Curl
1010
{
11-
const VERSION = '9.6.1';
11+
const VERSION = '9.6.2';
1212
const DEFAULT_TIMEOUT = 30;
1313

1414
public $curl = null;

0 commit comments

Comments
 (0)