File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change @@ -701,7 +701,7 @@ This project follows [SemVer](https://semver.org/).
701701This 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
707707See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
Original file line number Diff line number Diff line change 77 "authors" : [
88 {
99 "name" : " Christian Lück" ,
10- "email" : " christian@lueck.tv "
10+ "email" : " christian@clue.engineering "
1111 }
1212 ],
1313 "autoload" : {
You can’t perform that action at this time.
0 commit comments