Przeglądaj źródła

Merge branch 'release'

Signed-off-by: Joffrey F <[email protected]>
Joffrey F 8 lat temu
rodzic
commit
27447d9144
2 zmienionych plików z 9 dodań i 1 usunięć
  1. 8 0
      CHANGELOG.md
  2. 1 1
      script/run/run.sh

+ 8 - 0
CHANGELOG.md

@@ -1,6 +1,14 @@
 Change log
 Change log
 ==========
 ==========
 
 
+1.20.1 (2018-03-21)
+-------------------
+
+### Bugfixes
+
+- Fixed an issue where `docker-compose build` would error out if the
+  build context contained directory symlinks
+
 1.20.0 (2018-03-20)
 1.20.0 (2018-03-20)
 -------------------
 -------------------
 
 

+ 1 - 1
script/run/run.sh

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