summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChristopher Crone <christopher.crone@docker.com>2019-10-03 15:44:27 +0200
committerChristopher Crone <christopher.crone@docker.com>2019-10-03 15:49:27 +0200
commit2bb08b3985fbde794a75fbf321872c9c4d84abf9 (patch)
treeff32ad6d9b7ade893eafc55e9f7fc48be8588a1f /docs
parent88219c682c9ba673a03197191233cb3a7c69167d (diff)
downloaddocker-py-4.1.0-release.tar.gz
Bump 4.1.04.1.0-release
Signed-off-by: Christopher Crone <christopher.crone@docker.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/change-log.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/docs/change-log.md b/docs/change-log.md
index b10cfd5..7cc0506 100644
--- a/docs/change-log.md
+++ b/docs/change-log.md
@@ -1,6 +1,27 @@
Change log
==========
+4.1.0
+-----
+
+[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/61?closed=1)
+
+### Bugfixes
+
+- Correct `INDEX_URL` logic in build.py _set_auth_headers
+- Fix for empty auth keys in config.json
+
+### Features
+
+- Add `NetworkAttachmentConfig` for service create/update
+
+### Miscellaneous
+
+- Bump pytest to 4.3.1
+- Adjust `--platform` tests for changes in docker engine
+- Update credentials-helpers to v0.6.3
+
+
4.0.2
-----