Skip to content

Commit 47562f6

Browse files
committed
Prepare v2.6.1 release
1 parent 6af417b commit 47562f6

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 2.6.1 (2020-01-14)
4+
5+
* Improve test suite by testing against PHP 7.4 and simplify test setup and test matrix
6+
and fix testing redirected request when following relative redirect.
7+
(#145 and #147 by @clue)
8+
9+
* Add support / sponsorship info and fix documentation typo.
10+
(#144 by @clue and #133 by @eislambey)
11+
312
## 2.6.0 (2019-04-03)
413

514
* Feature / Fix: Add `Content-Length: 0` request header for empty `POST` request etc.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -701,7 +701,7 @@ This project follows [SemVer](https://semver.org/).
701701
This will install the latest supported version:
702702

703703
```bash
704-
$ composer require clue/buzz-react:^2.6
704+
$ composer require clue/buzz-react:^2.6.1
705705
```
706706

707707
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"authors": [
88
{
99
"name": "Christian Lück",
10-
"email": "christian@lueck.tv"
10+
"email": "christian@clue.engineering"
1111
}
1212
],
1313
"autoload": {

0 commit comments

Comments
 (0)