From 4e0afe978721476a25550bbce45a91cc804a510a Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Mon, 18 Dec 2023 10:54:53 +0100 Subject: [PATCH] fix: more robust fix for possible null exception at handling task execution response MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7dfea5f..9b785523 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Fixed + +- Make more robust the fix for possible null exception at handling task execution response. + ## [3.1.3] - 2023-12-17 ### Fixed -- 2.34.1