diff --git a/CHANGES.md b/CHANGES.md index 6ab81900..70da1e60 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,6 +3,13 @@ This document describes the relevant changes between releases of the `ocm` command line tool. +## 0.1.63 May 12 2022 + +- Improve existing VPC and proxy code. +- Disable color in Windows. +- Added account number to "ocm describe cluster ...". +- Show limited support flag in "ocm describe cluster ...". + ## 0.1.62 Feb 23 2022 - Update to SDK 0.1.240 diff --git a/pkg/info/info.go b/pkg/info/info.go index 633b74b8..dbbdc32c 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.62" +const Version = "0.1.63"