Signed-off-by: Andrew Hsu <[email protected]>
@@ -1,6 +1,14 @@
Change log
==========
+1.16.1 (2017-09-01)
+-------------------
+
+### Bugfixes
+- Fixed bug that prevented using `extra_hosts` in several configuration files.
1.16.0 (2017-08-31)
-------------------
@@ -1,4 +1,4 @@
from __future__ import absolute_import
from __future__ import unicode_literals
-__version__ = '1.16.0'
+__version__ = '1.16.1'
@@ -15,7 +15,7 @@
set -e
-VERSION="1.16.0"
+VERSION="1.16.1"
IMAGE="docker/compose:$VERSION"