Signed-off-by: Joffrey F <[email protected]>
@@ -1,6 +1,14 @@
Change log
==========
+1.11.1 (2017-02-09)
+-------------------
+
+### Bugfixes
+- Fixed a bug where the 3.1 file format was not being recognized as valid
+ by the Compose parser
1.11.0 (2017-02-08)
-------------------
@@ -1,4 +1,4 @@
from __future__ import absolute_import
from __future__ import unicode_literals
-__version__ = '1.11.0'
+__version__ = '1.11.1'
@@ -15,7 +15,7 @@
set -e
-VERSION="1.11.0"
+VERSION="1.11.1"
IMAGE="docker/compose:$VERSION"