From 7f0ccef8d9a2959df853f739eb4d1e43fe2160d2 Mon Sep 17 00:00:00 2001 From: SonataCI Date: Mon, 24 Apr 2023 23:17:19 +0000 Subject: [PATCH] 1.14.0 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68094a47..f5e7f4c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [1.14.0](https://github.com/sonata-project/EntityAuditBundle/compare/1.13.0...1.14.0) - 2023-04-24 +### Removed +- [[#564](https://github.com/sonata-project/EntityAuditBundle/pull/564)] Support for Symfony 4 ([@jordisala1991](https://github.com/jordisala1991)) +- [[#564](https://github.com/sonata-project/EntityAuditBundle/pull/564)] Support for Twig 2 ([@jordisala1991](https://github.com/jordisala1991)) + ## [1.13.0](https://github.com/sonata-project/EntityAuditBundle/compare/1.12.0...1.13.0) - 2023-04-09 ### Fixed - [[#555](https://github.com/sonata-project/EntityAuditBundle/pull/555)] Deprecations from Doctrine DBAL and ORM ([@jordisala1991](https://github.com/jordisala1991))