We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0aa6ac commit 5c04534Copy full SHA for 5c04534
2 files changed
CHANGELOG.md
@@ -4,12 +4,16 @@ All notable changes to this project will be documented in this file.
4
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
7
-## Unreleased
+## 0.8.0 (April 30th, 2020)
8
9
### Fixed
10
11
- Fixed tunnel proxy support.
12
13
+### Added
14
+
15
+- New `TimeoutException` base class.
16
17
## 0.7.0 (March 5th, 2020)
18
19
- First integration with HTTPX.
httpcore/__init__.py
@@ -39,4 +39,4 @@
39
"WriteError",
40
"CloseError",
41
]
42
-__version__ = "0.7.0"
+__version__ = "0.8.0"
0 commit comments