Skip to content

Commit 575bd64

Browse files
committed
Prepared 0.7.12 release.
1 parent d5fa3ba commit 575bd64

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CHANGELOG
22

3+
## 0.7.12
4+
5+
* Features
6+
7+
* Bundle the 1.12-patch.10 core CLI, which fixes the `dcos task log` command
8+
39
## 0.7.11
410

511
* Features

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ PKG=github.com/dcos/dcos-cli
33
PKG_DIR=/go/src/$(PKG)
44
IMAGE_NAME=dcos/dcos-cli
55
VERSION?=$(shell git rev-parse HEAD)
6-
CORE_VERSION?=1.12-patch.9
6+
CORE_VERSION?=1.12-patch.10
77

88
windows_EXE=.exe
99

0 commit comments

Comments
 (0)