diff --git a/CHANGES.adoc b/CHANGES.adoc index 6372b53..c45f147 100644 --- a/CHANGES.adoc +++ b/CHANGES.adoc @@ -3,6 +3,20 @@ This document describes the relevant changes between releases of the `uhc` command line tool. +== 0.1.18 Aug 14 2019 + +- Improvements in the `cluster list` command, including increasing the size of + the _name_ column. + +- Added new `orgs` command to list organizations. + +- Added new `account orgs` command to list organizations for the current + account. + +- Print roles of current user with the `account status` command. + +- Add filter positional argument to the `cluster list` command. + == 0.1.17 Jul 2 2019 - Added the `account` command. diff --git a/pkg/info/info.go b/pkg/info/info.go index b88fa6f..41f777b 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.17" +const Version = "0.1.18"