Skip to content

Commit f6b7657

Browse files
Version 0.21.2 (#2011)
1 parent eb46c2d commit f6b7657

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

7+
## 0.21.2 (5th January, 2022)
8+
9+
### Fixed
10+
11+
* HTTP/2 support for tunnelled proxy cases. (#2009)
12+
* Improved the speed of large file uploads. (#1948)
13+
714
## 0.21.1 (16th November, 2021)
815

916
### Fixed

httpx/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
__title__ = "httpx"
22
__description__ = "A next generation HTTP client, for Python 3."
3-
__version__ = "0.21.1"
3+
__version__ = "0.21.2"

0 commit comments

Comments
 (0)