Skip to content

Commit

Permalink
Release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sethmlarson committed Apr 30, 2023
1 parent 09b36c6 commit b85e93d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
2.0.1 (2023-04-30)
==================

Fixes
-----

- Fixed a socket leak when fingerprint or hostname verifications fail. (`#2991 <https://github.com/urllib3/urllib3/issues/2991>`__)
- Fixed an error when ``HTTPResponse.read(0)`` was the first ``read`` call or when the internal response body buffer was otherwise empty. (`#2998 <https://github.com/urllib3/urllib3/issues/2998>`__)


2.0.0 (2023-04-26)
==================

Expand Down
1 change: 0 additions & 1 deletion changelog/2991.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/2998.bugfix.rst

This file was deleted.

2 changes: 1 addition & 1 deletion src/urllib3/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file is protected via CODEOWNERS
from __future__ import annotations

__version__ = "2.0.0"
__version__ = "2.0.1"

0 comments on commit b85e93d

Please sign in to comment.