Skip to content

Commit 36beead

Browse files
committed
chore(kms): Add changelogs
Signed-off-by: Alexander Dahmen <alexander.dahmen@inovex.de>
1 parent c3fe5b6 commit 36beead

3 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@
4949
- **Chore:** Bump minimum Python version to 3.10
5050
- **Chore:** Update dependencies
5151
- `kms`
52+
- [v0.12.0](services/kms/CHANGELOG.md#0120)
53+
- **Feature:** Add `HSM` as allowed value to `Protection` class.
5254
- [v0.11.0](services/kms/CHANGELOG.md#0110)
5355
- **Chore:** Bump minimum Python version to 3.10
5456
- **Chore:** Update dependencies

services/kms/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v0.12.0
2+
- **Feature:** Add `HSM` as allowed value to `Protection` class.
3+
14
## v0.11.0
25
- **Chore:** Bump minimum Python version to 3.10
36
- **Chore:** Update dependencies

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.11.0"
3+
version = "v0.12.0"
44
description = "STACKIT Key Management Service API"
55
authors = [{ name = "STACKIT Developer Tools", email = "developer-tools@stackit.cloud" }]
66
requires-python = ">=3.10,<4.0"

0 commit comments

Comments
 (0)