mirror of https://github.com/docker/compose.git
Bump 1.4.2
Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
parent
03ae2462d4
commit
bd1373f527
|
@ -1,6 +1,12 @@
|
|||
Change log
|
||||
==========
|
||||
|
||||
1.4.2 (2015-09-22)
|
||||
------------------
|
||||
|
||||
- Fixed a regression in the 1.4.1 release that would cause `docker-compose up`
|
||||
without the `-d` option to exit immediately.
|
||||
|
||||
1.4.1 (2015-09-10)
|
||||
------------------
|
||||
|
||||
|
|
|
@ -52,7 +52,7 @@ To install Compose, do the following:
|
|||
6. Test the installation.
|
||||
|
||||
$ docker-compose --version
|
||||
docker-compose version: 1.4.1
|
||||
docker-compose version: 1.4.2
|
||||
|
||||
## Upgrading
|
||||
|
||||
|
|
Loading…
Reference in New Issue