From fe995ae79f9ae464b39f33e1ce474d33999e867f Mon Sep 17 00:00:00 2001 From: aiordache Date: Fri, 19 Feb 2021 10:07:52 +0100 Subject: [PATCH] Update changelog post-release 4.4.3 Signed-off-by: aiordache --- docs/change-log.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/change-log.md b/docs/change-log.md index f666697c..546e071f 100644 --- a/docs/change-log.md +++ b/docs/change-log.md @@ -1,6 +1,17 @@ Change log ========== +4.4.3 +----- + +[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/72?closed=1) + +### Features +- Add support for docker.types.Placement.MaxReplicas + +### Bugfixes +- Fix SSH port parsing when shelling out to the ssh client + 4.4.2 -----