From 9a3de46a2310b93a756a8268d807596fad23a409 Mon Sep 17 00:00:00 2001 From: Juan Hernandez Date: Mon, 18 Nov 2019 15:22:46 +0200 Subject: [PATCH] Release 0.1.29 The more relevant changes in the new version are the following: - Allow bare `ocm login` to suggest the token page without extra noise. Signed-off-by: Juan Hernandez --- CHANGES.adoc | 4 ++++ pkg/info/info.go | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.adoc b/CHANGES.adoc index 49fae4e6..c4bea8c8 100644 --- a/CHANGES.adoc +++ b/CHANGES.adoc @@ -3,6 +3,10 @@ This document describes the relevant changes between releases of the `ocm` command line tool. +== 0.1.28 Nov 18 2019 + +- Allow bare `ocm login` to suggest the token page without extra noise. + == 0.1.28 Nov 17 2019 - Dropped support for _developers.redhat.com_. diff --git a/pkg/info/info.go b/pkg/info/info.go index a0f9784a..1424ca5e 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.28" +const Version = "0.1.29"