From 0bcac4172c4398b92345b4d83c2ea66a0b562594 Mon Sep 17 00:00:00 2001 From: Jesse Whitehouse Date: Wed, 13 Sep 2023 12:29:32 -0400 Subject: [PATCH] Update changelog to indicate that 2.9.1 and 2.9.2 have been yanked. Signed-off-by: Jesse Whitehouse --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90096d8d3..6fc32c6b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,12 +8,16 @@ ## 2.9.2 (2023-08-17) +__Note: this release was yanked from Pypi on 13 September 2023 due to compatibility issues with environments where `urllib3<=2.0.0` were installed. The log changes are incorporated into version 2.9.3 and greater.__ + - Other: Add `examples/v3_retries_query_execute.py` (#199) - Other: suppress log message when `_enable_v3_retries` is not `True` (#199) - Other: make this connector backwards compatible with `urllib3>=1.0.0` (#197) ## 2.9.1 (2023-08-11) +__Note: this release was yanked from Pypi on 13 September 2023 due to compatibility issues with environments where `urllib3<=2.0.0` were installed.__ + - Other: Explicitly pin urllib3 to ^2.0.0 (#191) ## 2.9.0 (2023-08-10)