Skip to content

Commit d2f71a1

Browse files
committed
add changelog entries
1 parent 77bc0be commit d2f71a1

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Release (2026-MM-DD)
2+
- `iaas`: [v1.2.2](services/iaas/CHANGELOG.md#v122)
3+
- **Docs:** Extend description of `PortRange` class
4+
15
## Release (2026-03-27)
26

37
- `auditlog`: [v0.1.2](services/auditlog/CHANGELOG.md#v012)

services/iaas/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v1.2.2
2+
- **Docs:** Extend description of `PortRange` class
3+
14
## v1.2.1
25
- **Feature:** client now supports UUID and decimal types
36
- **Bugfix:** timeouts now passed to requests library

services/iaas/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-iaas"
3-
version = "v1.2.1"
3+
version = "v1.2.2"
44
description = "IaaS-API"
55
authors = [{ name = "STACKIT Developer Tools", email = "developer-tools@stackit.cloud" }]
66
requires-python = ">=3.9,<4.0"

0 commit comments

Comments
 (0)