Skip to content

Commit aba04ea

Browse files
committed
fix(git) fix changelog
1 parent 3e1d357 commit aba04ea

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@
2929
- **Feature:** add support for `FeatureToggle`s to `PatchInstancePayload` and `Instance` models
3030
- **Breaking Change:** added field `featureToggle` to model `Instance`
3131
- **Breaking Change:** `list_runner_labels` was removed
32+
- **Breaking Change:** model `UnauthorizedResponse` renamed to `UnauthorizedErrorResponse`
33+
- **Feature:** add new model `AlreadyExistsError`
34+
- **Breaking Change:** model `InstanceFlavor` was removed
3235
- `serviceaccount`:
3336
- [v0.6.1](services/serviceaccount/CHANGELOG.md#v061)
3437
- **Feature:** client now supports UUID and decimal types

services/git/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
- **Feature:** add support for `FeatureToggle`s to `PatchInstancePayload` and `Instance` models
88
- **Breaking Change:** added field `featureToggle` to model `Instance`
99
- **Breaking Change:** `list_runner_labels` was removed
10+
- **Breaking Change:** model `UnauthorizedResponse` renamed to `UnauthorizedErrorResponse`
11+
- **Feature:** add new model `AlreadyExistsError`
12+
- **Breaking Change:** model `InstanceFlavor` was removed
1013

1114
## v0.7.0
1215
- **Breaking Change:** Replace `patch_operation` by `patch_instance_payload` in `patch_instance` request

0 commit comments

Comments
 (0)