From e46bf43423f4946a28c5200c62015f7fafdd338c Mon Sep 17 00:00:00 2001 From: "Mathias L. Baumann" Date: Wed, 4 Dec 2024 18:48:02 +0100 Subject: [PATCH] Add note about SDK dependency change Signed-off-by: Mathias L. Baumann --- RELEASE_NOTES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 961bb7e..a9fb33e 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -7,6 +7,7 @@ ## Upgrading * The method `Dispatch.running(type: str)` was replaced with the property `Dispatch.started: bool`. +* The SDK dependency was widened to allow versions up to (excluding) v1.0.0-rc1500 ## New Features