From 62931dda9f96b3ff11f80f5f86f4792b7266a49f Mon Sep 17 00:00:00 2001 From: Ruben Sousa Date: Tue, 3 Mar 2026 08:52:42 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c761fa..2171476 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # CHANGELOG -## UNRELEASED (1.0.0-beta03) +## 1.0.0-beta03 (2026-03-03) -- Most of the tasks of the plugin are now cacheable -- `projectGuardAggregateCheck` will now fail if the baseline is outdated. This ensures that the baseline needs to reflect the latest dependency graph +- Most of plugin's tasks are now cacheable +- `projectGuardAggregateCheck` will now fail if the baseline is outdated. This ensures that the baseline reflects the latest dependency graph, avoiding silent regressions ## 1.0.0-beta02 (2026-02-22)