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