From 16d20584be9eea74758e75c5cb4e9daff09db432 Mon Sep 17 00:00:00 2001 From: Juan Hernandez Date: Thu, 15 Aug 2019 16:50:57 +0300 Subject: [PATCH] Release 0.1.19 The more relevant changes in the new version are the following: - Fixed issue https://github.com/openshift-online/uhc-cli/pull/62[#62]: the `--url` option of the `login` command should not be mandatory. Signed-off-by: Juan Hernandez --- CHANGES.adoc | 5 +++++ pkg/info/info.go | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.adoc b/CHANGES.adoc index c45f147..3c6f120 100644 --- a/CHANGES.adoc +++ b/CHANGES.adoc @@ -3,6 +3,11 @@ This document describes the relevant changes between releases of the `uhc` command line tool. +== 0.1.19 Aug 15 2019 + +- Fixed issue https://github.com/openshift-online/uhc-cli/pull/62[#62]: the + `--url` option of the `login` command should not be mandatory. + == 0.1.18 Aug 14 2019 - Improvements in the `cluster list` command, including increasing the size of diff --git a/pkg/info/info.go b/pkg/info/info.go index 41f777b..9302335 100644 --- a/pkg/info/info.go +++ b/pkg/info/info.go @@ -18,4 +18,4 @@ limitations under the License. package info -const Version = "0.1.18" +const Version = "0.1.19"