From 50086a5177ca63a52726436779971c58fb558dec Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Fri, 7 Jan 2022 10:43:48 +0000 Subject: [PATCH] Fix typo in change-log. Version was specified incorrectly. See: https://github.com/encode/httpx/pull/2016#issuecomment-1006721639 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7d8020aab..826e85b82f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)