Skip to content

Commit

Permalink
Release 0.8.2 (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
florimondmanca authored May 3, 2020
1 parent 42b6e45 commit 98e9b5b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## Unreleased

## 0.8.2 (May 3rd, 2020)

### Fixed

- Fix connections using proxy forwarding requests not being added to the
connection pool properly.
connection pool properly. (Pull #70)

## 0.8.1 (April 30th, 2020)

Expand Down
2 changes: 1 addition & 1 deletion httpcore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@
"WriteError",
"CloseError",
]
__version__ = "0.8.1"
__version__ = "0.8.2"

0 comments on commit 98e9b5b

Please sign in to comment.