Skip to content

Commit d4195c1

Browse files
committed
update changelogs and version
1 parent b347fd8 commit d4195c1

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
@@ -81,8 +81,11 @@
8181
- **Version**: Minimal version is now python 3.9
8282
- `serverupdate`: [v1.1.0](services/serverupdate/CHANGELOG.md#v110)
8383
- **Version**: Minimal version is now python 3.9
84-
- `serviceaccount`: [v0.3.0](services/serviceaccount/CHANGELOG.md#v030)
85-
- **Version**: Minimal version is now python 3.9
84+
- `serviceaccount`:
85+
- [v0.4.0](services/serviceaccount/CHANGELOG.md#v040)
86+
- **Feature:** Add new `algorithm` field to `CreateServiceAccountKeyPayload` model with enum values `RSA_2048` and `RSA_4096`
87+
- [v0.3.0](services/serviceaccount/CHANGELOG.md#v030)
88+
- **Version**: Minimal version is now python 3.9
8689
- `serviceenablement`: [v1.1.0](services/serviceenablement/CHANGELOG.md#v110)
8790
- **Version**: Minimal version is now python 3.9
8891
- `ske`:

services/serviceaccount/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v0.4.0
2+
- **Feature:** Add new `algorithm` field to `CreateServiceAccountKeyPayload` model with enum values `RSA_2048` and `RSA_4096`
3+
14
## v0.3.0
25
- **Version**: Minimal version is now python 3.9
36

services/serviceaccount/pyproject.toml

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

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

0 commit comments

Comments
 (0)