diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/change-log.md | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/docs/change-log.md b/docs/change-log.md index 1b2d620..750afb9 100644 --- a/docs/change-log.md +++ b/docs/change-log.md @@ -1,10 +1,22 @@ Change log ========== +3.5.1 +----- + +[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/54?closed=1) + +### Miscellaneous + +* Bumped version of `pyOpenSSL` in `requirements.txt` and `setup.py` to prevent + installation of a vulnerable version + +* Docs fixes + 3.5.0 ----- -[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone=53?closed=1) +[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/53?closed=1) ### Deprecation warning |