Skip to content

Commit 2a953e1

Browse files
committed
update changelogs and version
1 parent 19b5dbb commit 2a953e1

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,12 @@
3333
- **Version**: Minimal version is now python 3.9
3434
- `intake`: [v0.1.0](services/intake/CHANGELOG.md#v010)
3535
- **New**: STACKIT Intake module can be used to manage the STACKIT Intake. Manage your `IntakeRunners`, `Intakes` and `IntakeUsers`
36-
- `kms`: [v0.1.0](services/kms/CHANGELOG.md#v010)
37-
- **Version**: Minimal version is now python 3.9
36+
- `kms`:
37+
- [v0.2.0](services/kms/CHANGELOG.md#v011)
38+
- **Breaking Change:** Change return type from `Key` to `Version` for `import_key()` and `rotate_key()` methods
39+
- **Internal:** Add HTTP 409 (Conflict) error handling to API methods
40+
- [v0.1.0](services/kms/CHANGELOG.md#v010)
41+
- **Version**: Minimal version is now python 3.9
3842
- `lbapplication`: [v0.4.0](services/lbapplication/CHANGELOG.md#v040)
3943
- **Version**: Minimal version is now python 3.9
4044
- `loadbalancer`: [v0.6.0](services/loadbalancer/CHANGELOG.md#v060)

services/kms/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.2.0
2+
- **Breaking Change:** Change return type from `Key` to `Version` for `import_key()` and `rotate_key()` methods
3+
- **Internal:** Add HTTP 409 (Conflict) error handling to API methods
4+
15
## v0.1.0
26
- **Version**: Minimal version is now python 3.9
37

services/kms/pyproject.toml

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

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

0 commit comments

Comments
 (0)