Skip to content

Commit 4c71bbd

Browse files
committed
Update CHANGELOG.md
1 parent 3567523 commit 4c71bbd

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@
2828
- `secretsmanager`: [v0.2.1](services/secretsmanager/CHANGELOG.md#v021-2025-03-20)
2929
- **Improvement:** Error handling
3030
- **Feature:** Add description to `UpdateUserPayload`
31+
- `iaas`: [v0.5.0](services/iaas/CHANGELOG.md#v050-2025-03-24)
32+
- **Improvement:** Upgrading from IaaS **beta** endpoints to **v1**
33+
- **Feature:** Add new method to filter `ListMachineTypes`: `Filter`
3134

3235
## Release (2025-03-05)
3336

services/iaas/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.5.0 (2025-03-24)
2+
- **Improvement:** Upgrading from IaaS **beta** endpoints to **v1**
3+
- **Feature:** Add new method to filter `ListMachineTypes`: `Filter`
4+
15
## v0.4.0 (2025-02-27)
26

37
- **Feature:** Add method to list all public ip ranges: `list_public_ip_ranges`

services/iaas/pyproject.toml

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

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

0 commit comments

Comments
 (0)