Update changelog for 5.0.1 release

Signed-off-by: Anca Iordache <anca.iordache@docker.com>
This commit is contained in:
Anca Iordache 2021-08-31 16:23:26 +02:00
parent 3c3aa69997
commit 0a016ff523
2 changed files with 15 additions and 1 deletions

View File

@ -1,2 +1,2 @@
version = "5.0.0-dev"
version = "5.0.1"
version_info = tuple(int(d) for d in version.split("-")[0].split("."))

View File

@ -1,6 +1,20 @@
Change log
==========
5.0.1
-----
[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/74?closed=1)
### Bugfixes
- Bring back support for ssh identity file
- Cleanup remaining python-2 dependencies
- Fix image save example in docs
### Miscellaneous
- Bump urllib3 to 1.26.5
- Bump requests to 2.26.0
5.0.0
-----