Skip to content

Commit a0a3f2b

Browse files
committed
Bump version: 9.5.0 → 9.5.1
1 parent f73b978 commit a0a3f2b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ PHP Curl Class uses semantic versioning with version numbers written as `MAJOR.M
44
`MINOR` and `PATCH` version changes. It is recommended to review `MAJOR` changes prior to upgrade as there may be
55
backwards-incompatible changes that will affect existing usage.
66

7+
## 9.5.1 - 2021-12-14
8+
9+
### Fixed
10+
11+
- Silence PHP 8.1 deprecations [#691](https://github.com/php-curl-class/php-curl-class/issues/691)
12+
- Remove data parameter from additional request types
13+
[#689](https://github.com/php-curl-class/php-curl-class/issues/689)
14+
715
## 9.5.0 - 2021-11-21
816

917
### Added

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.5.0';
11+
const VERSION = '9.5.1';
1212
const DEFAULT_TIMEOUT = 30;
1313

1414
public $curl = null;

0 commit comments

Comments
 (0)