Skip to content

Commit 99c98b6

Browse files
committed
fix(iaas): fix versioning
1 parent 4b382c2 commit 99c98b6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
- `Nodepool`: `maximum` and `minimum` must be <= 1000
99
- `dns`: [v0.3.0](services/dns/CHANGELOG.md#v030-2025-02-27)
1010
- Add support for extensions
11-
- `iaas`: [v0.3.0](services/iaas/CHANGELOG.md#v030-2025-02-27)
11+
- `iaas`: [v0.4.0](services/iaas/CHANGELOG.md#v040-2025-02-27)
1212
- **Feature:** Add method to list all public ip ranges: `list_public_ip_ranges`
1313
- Add size attribute to image model
1414
- Add CPU architecture attribute to image config model

services/iaas/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
## v0.3.0 (2025-02-27)
1+
## v0.4.0 (2025-02-27)
22

33
- **Feature:** Add method to list all public ip ranges: `list_public_ip_ranges`
44
- Add size attribute to image model
55
- Add CPU architecture attribute to image config model
66

7-
## v0.2.1 (2025-01-14)
7+
## v0.3.1 (2025-01-14)
88

99
- **Bugfix**: `configuration.py` region adjustment was missing
1010

0 commit comments

Comments
 (0)