diff --git a/CHANGES.md b/CHANGES.md index 88b04bd..419fa4c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,6 @@ +## 0.1.8 Oct 24 2024 +- Fix sync-cloud-resources command to run quota generation in AMS using absolute path + ## 0.1.7 Oct 8 2024 - Added sync-cloud-resources command diff --git a/pkg/info/info.go b/pkg/info/info.go index a8244a1..da3d843 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.7" +const Version = "0.1.8" var VersionStamp string