Skip to content

Commit a8432b0

Browse files
committed
update changelogs and version
1 parent 22739db commit a8432b0

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,13 @@
5656
- **Version**: Minimal version is now python 3.9
5757
- `objectstorage`: [v1.1.0](services/objectstorage/CHANGELOG.md#v110)
5858
- **Version**: Minimal version is now python 3.9
59-
- `observability`: [v0.7.0](services/observability/CHANGELOG.md#v110)
60-
- **Version**: Minimal version is now python 3.9
59+
- `observability`:
60+
- [v0.8.0](services/observability/CHANGELOG.md#v080)
61+
- **Feature:** Add new model `CreateCredentialsPayload`
62+
- **Feature:** Enhance `create_credentials()` method to accept optional payload parameter
63+
- **Internal:** Add HTTP 400 error handling
64+
- [v0.7.0](services/observability/CHANGELOG.md#v070)
65+
- **Version**: Minimal version is now python 3.9
6166
- `opensearch`: [v0.4.0](services/opensearch/CHANGELOG.md#v040)
6267
- **Version**: Minimal version is now python 3.9
6368
- `postgresflex`: [v1.1.0](services/postgresflex/CHANGELOG.md#v110)

services/observability/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v0.8.0
2+
- **Feature:** Add new model `CreateCredentialsPayload`
3+
- **Feature:** Enhance `create_credentials()` method to accept optional payload parameter
4+
- **Internal:** Add HTTP 400 error handling
5+
16
## v0.7.0
27
- **Version**: Minimal version is now python 3.9
38

services/observability/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "stackit-observability"
33

44
[tool.poetry]
55
name = "stackit-observability"
6-
version = "v0.7.0"
6+
version = "v0.8.0"
77
authors = [
88
"STACKIT Developer Tools <developer-tools@stackit.cloud>",
99
]

0 commit comments

Comments
 (0)