Fix typo in change-log. (#2018)

Version was specified incorrectly.

See: https://github.com/encode/httpx/pull/2016#issuecomment-1006721639
This commit is contained in:
Tom Christie 2022-01-07 10:51:17 +00:00 committed by GitHub
parent 07f786c2f8
commit c6c8cb1fe2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Fixed
* Fix streaming uploads using `SyncByteStream` or `AsyncByteStream`. Regression in 0.12.2. (#2016)
* Fix streaming uploads using `SyncByteStream` or `AsyncByteStream`. Regression in 0.21.2. (#2016)
## 0.21.2 (5th January, 2022)