diff --git a/CHANGES.md b/CHANGES.md index f4b6adf0..eaaac1b6 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,6 +3,14 @@ This document describes the relevant changes between releases of the `ocm` command line tool. +## 0.1.69 Sep 29 2023 + +- 447488d Added default values for CIDRs and host prefix +- 1f2b39b fix duplicate machine pool information printed for the same cluster +- f0fadd8 add tests for list machinepools command +- 5b60bbf added failure tests for list machinepools command +- 498c54e Filtered OCM versions for marketplace gcp clusters + ## 0.1.68 Sep 12 2023 - Bump k8s.io/apimachinery from 0.27.2 to 0.27.3 diff --git a/pkg/info/info.go b/pkg/info/info.go index 77c240b6..2540ee57 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.68" +const Version = "0.1.69"