We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42b6e45 commit 98e9b5bCopy full SHA for 98e9b5b
CHANGELOG.md
@@ -6,8 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
7
## Unreleased
8
9
+## 0.8.2 (May 3rd, 2020)
10
+
11
+### Fixed
12
13
- Fix connections using proxy forwarding requests not being added to the
-connection pool properly.
14
+connection pool properly. (Pull #70)
15
16
## 0.8.1 (April 30th, 2020)
17
httpcore/__init__.py
@@ -39,4 +39,4 @@
39
"WriteError",
40
"CloseError",
41
]
42
-__version__ = "0.8.1"
+__version__ = "0.8.2"
0 commit comments