Skip to content

Commit d7a89c0

Browse files
committed
add changelog entries
1 parent b222eb0 commit d7a89c0

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,11 @@
3636
- **Feature:** Add new method `GetQuota` to get the quota for TLS certificates in a project
3737
- `v2betaapi`:
3838
- **Deprecation:** The `v2beta2api` is deprecated and will be removed in the future. Migrate to `v2api`
39-
- `cost`: [v0.1.0](services/cost/CHANGELOG.md#v010)
40-
- **New:** STACKIT Cost module can be used to retrieve STACKIT cost information
39+
- `cost`:
40+
- [v0.1.0](services/cost/CHANGELOG.md#v010)
41+
- **New:** STACKIT Cost module can be used to retrieve STACKIT cost information
42+
- [v0.2.0](services/cost/CHANGELOG.md#v020)
43+
- **Improvement:** Introduce new more specific error models `AuthErrorResponse` and `ErrorResponse`
4144
- `edge`:
4245
- [v0.8.0](services/edge/CHANGELOG.md#v080)
4346
- `v1beta1api`: Removal of deprecated API client method `ListPlansGlobal`

services/cost/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1+
## v0.2.0
2+
- **Improvement:** Introduce new more specific error models `AuthErrorResponse` and `ErrorResponse`
3+
14
## v0.1.0
25
- **New**: STACKIT Cost module can be used to retrieve STACKIT cost information

services/cost/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.1.0
1+
v0.2.0

0 commit comments

Comments
 (0)