Signed-off-by: Joffrey F <[email protected]>
@@ -1,6 +1,17 @@
Change log
==========
+1.23.1 (2018-11-01)
+-------------------
+
+### Bugfixes
+- Fixed a bug where working with containers created with a previous (< 1.23.0)
+ version of Compose would cause unexpected crashes
+- Fixed an issue where the behavior of the `--project-directory` flag would
+ vary depending on which subcommand was being used.
1.23.0 (2018-10-30)
-------------------
@@ -1,4 +1,4 @@
from __future__ import absolute_import
from __future__ import unicode_literals
-__version__ = '1.23.0'
+__version__ = '1.23.1'
@@ -15,7 +15,7 @@
set -e
-VERSION="1.23.0"
+VERSION="1.23.1"
IMAGE="docker/compose:$VERSION"