From 2da6c417138ca9bf646beaeaee25737516d31fec Mon Sep 17 00:00:00 2001 From: Troels Ugilt Jensen <6103205+tuj@users.noreply.github.com> Date: Mon, 4 May 2026 14:32:17 +0200 Subject: [PATCH] Updated changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f82c5425..f1acfdd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [3.0.0-rc1] - 2026-05-04 + - Cleaned up and documented CI workflows; api-spec workflow now reports breaking changes. - Migrated `rector.php` to the `RectorConfig::configure()` builder. - Gathered all repositories in one Symfony application.