From ebe1ede1dfa5734a88b8b5976d6b7a1f91413998 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20H=C3=B6ning?= Date: Wed, 18 Sep 2024 12:44:44 +0200 Subject: [PATCH] changelog & deps updates for v0.23 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Nicolas Höning --- documentation/api/change_log.rst | 2 +- documentation/changelog.rst | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/documentation/api/change_log.rst b/documentation/api/change_log.rst index 5bff8861f..7c67d6a6a 100644 --- a/documentation/api/change_log.rst +++ b/documentation/api/change_log.rst @@ -5,7 +5,7 @@ API change log .. note:: The FlexMeasures API follows its own versioning scheme. This is also reflected in the URL (e.g. `/api/v3_0`), allowing developers to upgrade at their own pace. -v3.0-20 | 2024-09-XX +v3.0-20 | 2024-09-18 """""""""""""""""""" - Introduce (optional) pagination to the endpoint `/assets` (GET), also adding the `all_accessible` option to allow querying all accessible accounts in one go. diff --git a/documentation/changelog.rst b/documentation/changelog.rst index 2aebe4c8e..b834ff58c 100644 --- a/documentation/changelog.rst +++ b/documentation/changelog.rst @@ -4,9 +4,11 @@ FlexMeasures Changelog ********************** -v0.23.0 | August XX, 2024 +v0.23.0 | September 18, 2024 ============================ +.. note:: Read more on these features on `the FlexMeasures blog `_. + New features ------------- * New chart type on sensor page: histogram [see `PR #1143 `_]