Skip to content

Commit f8e2c03

Browse files
committed
add changelog entries
1 parent 96c34d1 commit f8e2c03

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
## Release (2026-MM-DD)
22
- `iaas`: [v1.2.2](services/iaas/CHANGELOG.md#v122)
33
- **Docs:** Extend description of `PortRange` class
4+
- `kms`: [v0.9.0](services/kms/CHANGELOG.md#v090)
5+
- Set field `public_key` optional in `WrappingKey` model
46

57
## Release (2026-03-27)
68

services/kms/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v0.9.0
2+
- Set field `public_key` optional in `WrappingKey` model
3+
14
## v0.8.1
25
- **Feature:** client now supports UUID and decimal types
36
- **Bugfix:** timeouts now passed to requests library

services/kms/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "stackit-kms"
3-
version = "v0.8.1"
3+
version = "v0.9.0"
44
description = "STACKIT Key Management Service API"
55
authors = [{ name = "STACKIT Developer Tools", email = "developer-tools@stackit.cloud" }]
66
requires-python = ">=3.9,<4.0"

0 commit comments

Comments
 (0)