From 166773771dcc0496b9e08232e0969722a9c73c08 Mon Sep 17 00:00:00 2001 From: tithakka Date: Tue, 8 Oct 2024 11:59:00 -0700 Subject: [PATCH] Release 0.1.7 --- CHANGES.md | 2 ++ pkg/info/info.go | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 5d60feb..88b04bd 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,5 @@ +## 0.1.7 Oct 8 2024 +- Added sync-cloud-resources command ## 0.1.6 Jun 28 2023 - Added deleteAssociatedResources parameter to account delete command diff --git a/pkg/info/info.go b/pkg/info/info.go index 1a9ae37..a8244a1 100644 --- a/pkg/info/info.go +++ b/pkg/info/info.go @@ -3,6 +3,6 @@ package info // Version of the ocm-support-cli -const Version = "0.1.6" +const Version = "0.1.7" var VersionStamp string