diff --git a/CHANGELOG.md b/CHANGELOG.md index b4f55d78a..6a592c831 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ ## Release (2025-XX-YY) +- `iaas`: [v1.2.4](services/iaas/CHANGELOG.md#v124) + - Bump STACKIT SDK resourcemanager module from `v0.18.1` to `v0.18.2` - `logs`: - - [v0.1.0](services/logs/CHANGELOG.md#v010) + - [v0.1.1](services/logs/CHANGELOG.md#v011) + - Bump STACKIT SDK core module from `v0.20.0` to `v0.20.1` + - [v0.1.0](services/logs/CHANGELOG.md#v010) - **New:** API for logs service ## Release (2025-12-05) - `alb`: diff --git a/services/iaas/CHANGELOG.md b/services/iaas/CHANGELOG.md index 2c51c6f76..3d02acf6c 100644 --- a/services/iaas/CHANGELOG.md +++ b/services/iaas/CHANGELOG.md @@ -1,3 +1,6 @@ +## v1.2.4 +- Bump STACKIT SDK resourcemanager module from `v0.18.1` to `v0.18.2` + ## v1.2.3 - Bump STACKIT SDK core module from `v0.20.0` to `v0.20.1` diff --git a/services/iaas/VERSION b/services/iaas/VERSION index 4367f9000..c7cd5b267 100644 --- a/services/iaas/VERSION +++ b/services/iaas/VERSION @@ -1 +1 @@ -v1.2.3 +v1.2.4 diff --git a/services/logs/CHANGELOG.md b/services/logs/CHANGELOG.md index 5c9566347..688d9356e 100644 --- a/services/logs/CHANGELOG.md +++ b/services/logs/CHANGELOG.md @@ -1,2 +1,5 @@ +## v0.1.1 +- Bump STACKIT SDK core module from `v0.20.0` to `v0.20.1` + ## v0.1.0 - **New:** API for logs service \ No newline at end of file diff --git a/services/logs/VERSION b/services/logs/VERSION index 9ff151c5b..a1c2c6a9f 100644 --- a/services/logs/VERSION +++ b/services/logs/VERSION @@ -1 +1 @@ -v0.1.0 \ No newline at end of file +v0.1.1 \ No newline at end of file