fix: fix possible null exception at handling task execution response
[poolifier.git] / CHANGELOG.md
index 8e2d5edb5ca8bac6438e57a6a050c000214afba6..cb7d4bffe11d8cbdd67c1e6e2362223ee05d07d3 100644 (file)
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+### Fixed
+
+- Fix possible null exception at handling task execution response.
+
 ## [3.1.2] - 2023-12-17
 
 ### Fixed