Browse Source

Bump 1.16.1

Signed-off-by: Andrew Hsu <[email protected]>
Andrew Hsu 8 years ago
parent
commit
4900f09991
3 changed files with 10 additions and 2 deletions
  1. 8 0
      CHANGELOG.md
  2. 1 1
      compose/__init__.py
  3. 1 1
      script/run/run.sh

+ 8 - 0
CHANGELOG.md

@@ -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 - 1
compose/__init__.py

@@ -1,4 +1,4 @@
 from __future__ import absolute_import
 from __future__ import unicode_literals
 
-__version__ = '1.16.0'
+__version__ = '1.16.1'

+ 1 - 1
script/run/run.sh

@@ -15,7 +15,7 @@
 
 set -e
 
-VERSION="1.16.0"
+VERSION="1.16.1"
 IMAGE="docker/compose:$VERSION"