From 47079d4cffdfb055bdb65169679353ba852f8772 Mon Sep 17 00:00:00 2001 From: Amara Graham Date: Tue, 8 Oct 2024 12:32:33 -0500 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0df501a..35fa731 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,9 @@ This project demonstrates the use of Spring Boot and [the Spring Zeebe SDK](https://docs.camunda.io/docs/apis-tools/spring-zeebe-sdk/getting-started/#add-the-spring-zeebe-sdk-to-your-project) to interact with a local Self-Managed Camunda installation. +> [!WARNING] +> Due to a bug in 8.6, use the Spring Zeebe SDK version `8.5.0`. + ## Written guide A guide for developing this project is available in the [Camunda docs][the-guide]. See that guide for step-by-step instructions and more detailed explanations.