Skip to content

Commit e84370b

Browse files
committed
Update CHANGELOG.md and VERSION
1 parent 4579f4b commit e84370b

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Release (2025-XX-XX)
1+
## Release (2025-07-07)
22

33
- `ske`: [v1.0.0](services/ske/CHANGELOG.md#v100)
44
- **Breaking Change:** The region is no longer specified within the client configuration. Instead, the region must be passed as a parameter to any region-specific request.
@@ -74,6 +74,8 @@
7474
- `logme`: [v0.25.0](services/logme/CHANGELOG.md#v0250)
7575
- Add `required:"true"` tags to model structs
7676
- `iaas`:
77+
- [v0.27.0](services/iaas/CHANGELOG.md#v0270)
78+
- **Feature:** Add `Dhcp` field in `CreateNetworkPayload`, `Network` and `PartialUpdateNetworkPayload` models
7779
- [v0.26.0](services/iaas/CHANGELOG.md#v0260)
7880
- **Feature:** Add `Metadata` field to `Server`, `CreateServerPayload`, and `UpdateServerPayload` models
7981
- **Feature:** Increase maximum length validation for `machineType` and `volumePerformanceClass` from 63 to 127 characters

services/iaas/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v0.27.0
2+
- **Feature:** Add `Dhcp` field in `CreateNetworkPayload`, `Network` and `PartialUpdateNetworkPayload` models
3+
14
## v0.26.0
25
- **Feature:** Add `Metadata` field to `Server`, `CreateServerPayload`, and `UpdateServerPayload` models
36
- **Feature:** Increase maximum length validation for `machineType` and `volumePerformanceClass` from 63 to 127 characters

services/iaas/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.26.0
1+
v0.27.0

0 commit comments

Comments
 (0)