diff --git a/.changes/unreleased/Bugfix-20220718-204623.yaml b/.changes/unreleased/Bugfix-20220718-204623.yaml deleted file mode 100644 index 32b9f555..00000000 --- a/.changes/unreleased/Bugfix-20220718-204623.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Bugfix -body: Fix output of `get service` command when service is not found -time: 2022-07-18T20:46:23.1396-05:00 diff --git a/.changes/unreleased/Bugfix-20220720-141819.yaml b/.changes/unreleased/Bugfix-20220720-141819.yaml deleted file mode 100644 index c68b18ce..00000000 --- a/.changes/unreleased/Bugfix-20220720-141819.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Bugfix -body: bump opslevel-go to fix a bug with our REST client for `create document` command -time: 2022-07-20T14:18:19.956915-05:00 diff --git a/.changes/v2022.7.20.md b/.changes/v2022.7.20.md new file mode 100644 index 00000000..31c2936e --- /dev/null +++ b/.changes/v2022.7.20.md @@ -0,0 +1,7 @@ +## [July 20, 2022]((https://github.com/OpsLevel/cli/compare/v2022.7.15...v2022.7.20)) +### Bugfix +- Fix output of `get service` command when service is not found +- bump opslevel-go to fix a bug with our REST client for `create document` command +## Docker Image + + - `docker pull public.ecr.aws/opslevel/cli:v2022.7.20` diff --git a/CHANGELOG.md b/CHANGELOG.md index b28afdec..484d21fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), -and is generated by [Changie](https://github.com/miniscruff/changie).## [July 15, 2022]((https://github.com/OpsLevel/cli/compare/v2022.07.07...v2022.7.15)) +and is generated by [Changie](https://github.com/miniscruff/changie).## [July 20, 2022]((https://github.com/OpsLevel/cli/compare/v2022.7.15...v2022.7.20)) +### Bugfix +- Fix output of `get service` command when service is not found +- bump opslevel-go to fix a bug with our REST client for `create document` command +## Docker Image + + - `docker pull public.ecr.aws/opslevel/cli:v2022.7.20` +## [July 15, 2022]((https://github.com/OpsLevel/cli/compare/v2022.07.07...v2022.7.15)) ### Feature - Add ability to list services and their maturity levels - Adding support for API swagger docs to be uploaded via cli