diff --git a/CHANGELOG.md b/CHANGELOG.md index 80047dbf..e49a87a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## [0.42.0](https://github.com/Substra/orchestrator/releases/tag/0.42.0) - 2024-06-11 + + +### Fixed + +- Compute plans are identified as not running if a task failed or is canceled, even if some tasks are still in doing. ([#427](https://github.com/Substra/orchestrator/pull/427)) + + ## [0.41.0](https://github.com/Substra/orchestrator/releases/tag/0.41.0) - 2024-06-03 diff --git a/changes/427.fixed b/changes/427.fixed deleted file mode 100644 index 175f4845..00000000 --- a/changes/427.fixed +++ /dev/null @@ -1 +0,0 @@ -Compute plans are identified as not running if a task failed or is canceled, even if some tasks are still in doing. \ No newline at end of file