From d1321a0e17c30656549b274802827ca591db3e74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=C3=ABl=20DELSOL?= Date: Sat, 13 Apr 2024 06:34:56 +0200 Subject: [PATCH] Update changelog, readme and composer contributors list --- CHANGELOG.md | 3 +++ README.md | 1 + composer.json | 4 ++++ 3 files changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f44c0f0..c889df39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # CHANGELOG +## 4.1.12 - 2024-04-13 +- issue #308, pr #309 - Symfony 7 / added support for symfony 7 + ## 4.1.11 - 2023-10-18 - issue #304, pr #305 - Override required PHP version in composer.json diff --git a/README.md b/README.md index ebfedc66..8d38a46c 100644 --- a/README.md +++ b/README.md @@ -164,6 +164,7 @@ Developers who helped on this project are listed in the [composer.json](composer - [dypa](https://github.com/dypa) - [tbreuss](https://github.com/tbreuss) - [Paul Melekhov](https://github.com/gugglegum) +- [Alex Krátký](https://github.com/AlexKratky) ## FAQ diff --git a/composer.json b/composer.json index f9d395a6..b8325ccd 100644 --- a/composer.json +++ b/composer.json @@ -97,6 +97,10 @@ "name": "tbreuss", "email": "thomasbreuss@gmx.ch", "role": "Contributor" + }, + { + "name": "Alex Krátký", + "role": "Contributor" } ], "support" : {