Skip to content

Commit 2e63c0d

Browse files
committed
Bump version: 9.0.0 → 9.1.0
1 parent 034b483 commit 2e63c0d

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
@@ -4,6 +4,12 @@ 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.1.0 - 2021-03-24
8+
9+
### Added
10+
11+
- Support for using relative urls with MultiCurl::add\*() methods [#628](https://github.com/php-curl-class/php-curl-class/issues/628)
12+
713
## 9.0.0 - 2021-03-19
814

915
### Changed

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

1414
public $curl = null;

0 commit comments

Comments
 (0)