From 2d645dc58a0ddd9800187a8a22c26b791c79d4e0 Mon Sep 17 00:00:00 2001 From: Vicente Pinto Date: Wed, 4 Dec 2024 17:22:43 +0000 Subject: [PATCH] Update changelog --- core/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 1e6b5d4d4..cd6887036 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -1,4 +1,4 @@ -## v0.1.0 (2024-12-XX) +## v0.1.0 (2024-12-04) - The core module offers functionality, such as authorization and configuration, to be used together with the Python SDK service modules - [Usage example](https://github.com/stackitcloud/stackit-sdk-python/tree/main/examples/core)