mirror of
https://github.com/docker/compose.git
synced 2026-08-27 03:45:29 +00:00
"Bump 1.28.1"
Signed-off-by: aiordache <anca.iordache@docker.com>
This commit is contained in:
parent
27d039d39a
commit
0e529bf29b
3 changed files with 13 additions and 3 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
|
@ -1,7 +1,17 @@
|
|||
Change log
|
||||
==========
|
||||
|
||||
1.28.0 (2020-12-03)
|
||||
|
||||
1.28.1 (2021-01-25)
|
||||
-------------------
|
||||
|
||||
### Bugs
|
||||
|
||||
- Revert to Python 3.7 bump for Linux static builds
|
||||
|
||||
- Add bash completion for `docker-compose logs|up --no-log-prefix`
|
||||
|
||||
1.28.0 (2021-01-20)
|
||||
-------------------
|
||||
|
||||
### Features
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
__version__ = '1.28.0'
|
||||
__version__ = '1.28.1'
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
set -e
|
||||
|
||||
VERSION="1.28.0"
|
||||
VERSION="1.28.1"
|
||||
IMAGE="docker/compose:$VERSION"
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue