From 96c275741457e8c4cf1392c9fc7fa542c2125200 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ausw=C3=B6ger?= Date: Wed, 12 Jun 2024 17:14:36 +0200 Subject: [PATCH] Version 1.2.1 (#105) --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c86baf5..d8c7c1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## [Unreleased] + +## [1.2.1] (2024-06-12) + * Fix unterminated entity reference error. [#101] * Compatibility with Symfony 7. [#104] @@ -140,7 +143,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm * Initial release -[Unreleased]: https://github.com/contao/image/compare/1.2.0...1.x +[Unreleased]: https://github.com/contao/image/compare/1.2.1...1.x +[1.2.1]: https://github.com/contao/image/compare/1.2.0...1.2.1 [1.2.0]: https://github.com/contao/image/compare/1.1.2...1.2.0 [1.1.2]: https://github.com/contao/image/compare/1.1.1...1.1.2 [1.1.1]: https://github.com/contao/image/compare/1.1.0...1.1.1