summaryrefslogtreecommitdiffstats
path: root/python-dockering/ChangeLog.md
diff options
context:
space:
mode:
Diffstat (limited to 'python-dockering/ChangeLog.md')
-rw-r--r--python-dockering/ChangeLog.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/python-dockering/ChangeLog.md b/python-dockering/ChangeLog.md
index 9c7781d..b222e5d 100644
--- a/python-dockering/ChangeLog.md
+++ b/python-dockering/ChangeLog.md
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
+## [1.4.0]
+
+* Turn off cert verification for https healthchecks. See comments in the the code.
+
## [1.3.0]
* Fix issue with returning container ports as dict keys when list was expected