From 216f84938cd6e68207ac03f1ecd9f85f53e070b0 Mon Sep 17 00:00:00 2001 From: Alexander Dahmen Date: Tue, 7 Jan 2025 07:54:06 +0100 Subject: [PATCH] Release changelog 2025-01-07 Signed-off-by: Alexander Dahmen --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94c8520b5..3a061174a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,12 @@ -## Release (2025-xx-yy) +## Release (2025-01-07) - `postgresflex`: [0.16.1](services/postgresflex/CHANGELOG.md#v0161-2025-xx-yy) - **Bugfix:** Correctly handle nullable attributes in model types - `iaas`: [v0.19.0](services/iaas/CHANGELOG.md#v0190-2024-12-20) - **Feature:** Add method to list quotas: `ListQuotas` - **Feature:** Add methods to change image scope: `UpdateImageScopeLocal` and `UpdateImageScopePublic` +- `core`: [v0.15.0](core/CHANGELOG.md#v0150-2025-01-02) + - **Breaking Change:**: `ConfigureRegion` returns an error if a region is specified for a global URL. ## Release (2024-12-17)