diff --git a/.changes/unreleased/Bugfix-20221021-201330.yaml b/.changes/unreleased/Bugfix-20221021-201330.yaml deleted file mode 100644 index 0edb66b5..00000000 --- a/.changes/unreleased/Bugfix-20221021-201330.yaml +++ /dev/null @@ -1,4 +0,0 @@ -kind: Bugfix -body: Fix issue with UpdateContact where it would pass an "" to the API for contact - type when it should be omitted -time: 2022-10-21T20:13:30.250341-05:00 diff --git a/.changes/unreleased/Dependency-20221022-011846.yaml b/.changes/unreleased/Dependency-20221022-011846.yaml deleted file mode 100644 index e5dc541e..00000000 --- a/.changes/unreleased/Dependency-20221022-011846.yaml +++ /dev/null @@ -1,4 +0,0 @@ -kind: "Dependency" -body: "Bump github.com/gosimple/slug from 1.12.0 to 1.13.1" -time: 2022-10-22T01:18:46.00000Z - diff --git a/.changes/unreleased/Feature-20221019-213409.yaml b/.changes/unreleased/Feature-20221019-213409.yaml deleted file mode 100644 index 0eb8b8dc..00000000 --- a/.changes/unreleased/Feature-20221019-213409.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Feature -body: add `ToolUrlPredicate` to `ToolUsage` check type -time: 2022-10-19T21:34:09.363474-05:00 diff --git a/.changes/unreleased/Refactor-20220915-211113.yaml b/.changes/unreleased/Refactor-20220915-211113.yaml deleted file mode 100644 index c6c61551..00000000 --- a/.changes/unreleased/Refactor-20220915-211113.yaml +++ /dev/null @@ -1,4 +0,0 @@ -kind: Refactor -body: 'BREAKING: change signature of LevelUpdateInput so that mutation works and description - can be set to empty string' -time: 2022-09-15T21:11:13.227105-05:00 diff --git a/.changes/unreleased/Refactor-20221019-214036.yaml b/.changes/unreleased/Refactor-20221019-214036.yaml deleted file mode 100644 index 7f2e7fc4..00000000 --- a/.changes/unreleased/Refactor-20221019-214036.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Refactor -body: do not obscure api error messages when doing client validation -time: 2022-10-19T21:40:36.913177-05:00 diff --git a/.changes/unreleased/Security-20220919-140102.yaml b/.changes/unreleased/Security-20220919-140102.yaml deleted file mode 100644 index 7d044766..00000000 --- a/.changes/unreleased/Security-20220919-140102.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Security -body: Bump github.com/rs/zerolog from 1.27.0 to 1.28.0 -time: 2022-09-19T14:01:02.905559-05:00 diff --git a/.changes/v2022.10.22.md b/.changes/v2022.10.22.md new file mode 100644 index 00000000..e97d59e5 --- /dev/null +++ b/.changes/v2022.10.22.md @@ -0,0 +1,12 @@ +## [October 22, 2022]((https://github.com/OpsLevel/opslevel-go/compare/v2022.8.25...v2022.10.22)) +### Feature +* add `ToolUrlPredicate` to `ToolUsage` check type +### Refactor +* BREAKING: change signature of LevelUpdateInput so that mutation works and description can be set to empty string +* do not obscure api error messages when doing client validation +### Bugfix +* Fix issue with UpdateContact where it would pass an "" to the API for contact type when it should be omitted +### Security +* Bump github.com/rs/zerolog from 1.27.0 to 1.28.0 +### Dependency +* Bump github.com/gosimple/slug from 1.12.0 to 1.13.1 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 47491443..f599757e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,18 @@ 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).## [August 25, 2022]((https://github.com/OpsLevel/opslevel-go/compare/v2022.8.1...v2022.8.25)) +and is generated by [Changie](https://github.com/miniscruff/changie).## [October 22, 2022]((https://github.com/OpsLevel/opslevel-go/compare/v2022.8.25...v2022.10.22)) +### Feature +* add `ToolUrlPredicate` to `ToolUsage` check type +### Refactor +* BREAKING: change signature of LevelUpdateInput so that mutation works and description can be set to empty string +* do not obscure api error messages when doing client validation +### Bugfix +* Fix issue with UpdateContact where it would pass an "" to the API for contact type when it should be omitted +### Security +* Bump github.com/rs/zerolog from 1.27.0 to 1.28.0 +### Dependency +* Bump github.com/gosimple/slug from 1.12.0 to 1.13.1## [August 25, 2022]((https://github.com/OpsLevel/opslevel-go/compare/v2022.8.1...v2022.8.25)) ### Feature * Add support for HasDocumentation Check type * Implemented get alert source APIs diff --git a/version.go b/version.go index b4f758c3..bfdcbb22 100644 --- a/version.go +++ b/version.go @@ -1,3 +1,3 @@ package opslevel -const clientVersion = "v2022.8.25" +const clientVersion = "v2022.10.22"