From 9966e0301a295f8ccfdb57ec89ea46ad06a11571 Mon Sep 17 00:00:00 2001 From: Guilherme Branco Date: Wed, 15 Nov 2023 07:17:39 -0300 Subject: [PATCH] Release v0.1.71 - OCM-4750 | feat: additional security group ids attributes --- CHANGES.md | 4 ++++ pkg/info/info.go | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 052ac011..8db7343c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,6 +3,10 @@ This document describes the relevant changes between releases of the `ocm` command line tool. +## 0.1.71 Nov 15 2023 + +- OCM-4750 | feat: additional security group ids attributes + ## 0.1.70 Oct 13 2023 - 4dad47f OCM-3510 | fix: allow clusters to edit ingresses diff --git a/pkg/info/info.go b/pkg/info/info.go index 58442721..2216d1c0 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.70" +const Version = "0.1.71"