Skip to content

Commit

Permalink
Prepare v2.6.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Jan 14, 2020
1 parent 6af417b commit 47562f6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 2.6.1 (2020-01-14)

* Improve test suite by testing against PHP 7.4 and simplify test setup and test matrix
and fix testing redirected request when following relative redirect.
(#145 and #147 by @clue)

* Add support / sponsorship info and fix documentation typo.
(#144 by @clue and #133 by @eislambey)

## 2.6.0 (2019-04-03)

* Feature / Fix: Add `Content-Length: 0` request header for empty `POST` request etc.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ This project follows [SemVer](https://semver.org/).
This will install the latest supported version:

```bash
$ composer require clue/buzz-react:^2.6
$ composer require clue/buzz-react:^2.6.1
```

See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"authors": [
{
"name": "Christian Lück",
"email": "christian@lueck.tv"
"email": "christian@clue.engineering"
}
],
"autoload": {
Expand Down

0 comments on commit 47562f6

Please sign in to comment.