From 20d7f29eb2f6e80635236cfbdc46a4b9fa38fe38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robin=20G=C3=B6gge?= Date: Mon, 10 Dec 2018 17:29:42 +0100 Subject: [PATCH] Updated CHANGELOG.md and bumped `dcos-core-cli` version. This commit prepares for a new release of the `dcos-cli`. --- CHANGELOG.md | 7 +++++++ Makefile | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c808a0f3..d38236f8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ ## Next +## 0.7.4 + +* Features + + * Build the CLI with 1.12-patch.3 + * Enable bash completion to be compatible with zsh + * Bugfixes * Drop support for DCOS_URL and DCOS_ACS_TOKEN diff --git a/Makefile b/Makefile index 0c4577923..385d014ed 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ PKG=github.com/dcos/dcos-cli PKG_DIR=/go/src/$(PKG) IMAGE_NAME=dcos/dcos-cli VERSION?=$(shell git rev-parse HEAD) -CORE_VERSION?=1.12-patch.2 +CORE_VERSION?=1.12-patch.3 windows_EXE=.exe