summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAnca Iordache <anca.iordache@docker.com>2021-08-31 16:23:26 +0200
committerAnca Iordache <anca.iordache@docker.com>2021-08-31 16:23:26 +0200
commit0a016ff523d4810f5d6ad25535321effb95a95e2 (patch)
tree538e0d1a2a7bf8187ec257e0a3e1d02978e7a9f0 /docs
parent3c3aa69997a21f10b7693977d95273c51e8803eb (diff)
downloaddocker-py-5.0.1-release.tar.gz
Update changelog for 5.0.1 release5.0.15.0.1-release
Signed-off-by: Anca Iordache <anca.iordache@docker.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/change-log.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/change-log.md b/docs/change-log.md
index 63a029e..441e91d 100644
--- a/docs/change-log.md
+++ b/docs/change-log.md
@@ -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
-----