Skip to content

Commit

Permalink
Cut Release 'v2022.8.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
opslevel-ops committed Aug 1, 2022
1 parent 2d0e8e2 commit bb163ab
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 20 deletions.
3 changes: 0 additions & 3 deletions .changes/unreleased/Bugfix-20220727-165913.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Feature-20220721-203001.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Feature-20220721-203015.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Feature-20220727-154249.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Refactor-20220721-160638.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Refactor-20220721-164042.yaml

This file was deleted.

10 changes: 10 additions & 0 deletions .changes/v2022.8.1.md
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
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,16 @@
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 20, 2022]((https://github.com/OpsLevel/opslevel-go/compare/v2022.7.15...v2022.7.20))
and is generated by [Changie](https://github.com/miniscruff/changie).## [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## [July 20, 2022]((https://github.com/OpsLevel/opslevel-go/compare/v2022.7.15...v2022.7.20))
### Feature
* Add support for PodTimeout as a runner job outcome
### Bugfix
Expand Down
2 changes: 1 addition & 1 deletion version.go
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"

0 comments on commit bb163ab

Please sign in to comment.