From 99b906a26154b7eabf6384843af219916531e541 Mon Sep 17 00:00:00 2001 From: gaalferov Date: Thu, 3 Oct 2024 13:02:46 +0200 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1e3e3a..354ada3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [2.0.2] - 2024-10-04 + +- Remove an expected message from the `testUnsupportedSchemeException` method ([reason](https://github.com/symfony/mailer/commit/a098a3fe7f42a30235b862162090900cbf787ff6)) + + ## [2.0.1] - 2024-08-16 - Support mixed types in template_variables (array, string, int, float, bool)