From 80db588620809be47907d143489844ed150b7b4c Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Thu, 7 Nov 2024 09:55:01 -0600 Subject: [PATCH] docs: prepares for 2.13.0 release Signed-off-by: Matthew Weier O'Phinney --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82f1534..38c3050 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file, in reverse chronological order by release. -## 2.13.0 - TBD +## 2.13.0 - 2024-11-07 ### Added @@ -10,7 +10,7 @@ All notable changes to this project will be documented in this file, in reverse ### Changed -- Nothing. +- [#121](https://github.com/phly/keep-a-changelog/pull/121) updates the symfony/console dependency to allow version 7 releases. (Contributed by [fezfez](https://github.com/fezfez)) ### Deprecated