-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2d0e8e2
commit bb163ab
Showing
9 changed files
with
21 additions
and
20 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
## [August 01, 2022]((https://github.com/OpsLevel/opslevel-go/compare/v2022.7.20...v2022.8.1)) | ||
### Feature | ||
* Add ApiDoc fields to service struct | ||
* Add ability to get documents from a service resource | ||
* Add support for ServiceDependency check type | ||
### Refactor | ||
* Add ServiceOwnershipCheckContactType to enum.go | ||
* Add Message field to RestResponse | ||
### Bugfix | ||
* Allow notes on a check to be set to null |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
package opslevel | ||
|
||
const clientVersion = "v2022.7.20" | ||
const clientVersion = "v2022.8.1" |