Skip to content

Commit

Permalink
Prepare v2.8.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed May 19, 2020
1 parent 1a4abb5 commit 82160cb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 2.8.1 (2020-05-19)

* Fix: Fix cancellation of pending requests with promise followers.
(#164 by @clue)

## 2.8.0 (2020-05-13)

* Feature: Use HTTP/1.1 protocol version by default and add new `Browser::withProtocolVersion()`.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,7 @@ This project follows [SemVer](https://semver.org/).
This will install the latest supported version:

```bash
$ composer require clue/buzz-react:^2.8
$ composer require clue/buzz-react:^2.8.1
```

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

0 comments on commit 82160cb

Please sign in to comment.