From f85d57a7409326f0316618399ed526aba95a36e1 Mon Sep 17 00:00:00 2001 From: Damien Harper Date: Thu, 26 Nov 2020 01:16:01 +0100 Subject: [PATCH] Updated CHANGELOG.md --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 941bfd7d..b69898e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file. The format is inspired by [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [3.4.2] - 2020-11-26 + +### Fixes +* [#200 - Template static datetime fix](https://github.com/DamienHarper/auditor-bundle/pull/200) +* [#221 - Remove the ROLE_PREVIOUS_ADMIN deprecation warning from Symfony 5.1](https://github.com/DamienHarper/auditor-bundle/pull/221) +* [#214 - Handle TableNotFoundException](https://github.com/DamienHarper/auditor-bundle/pull/214) +* [#204 - Migration postUp](https://github.com/DamienHarper/auditor-bundle/pull/204) + + ## [3.4.1] - 2020-04-27 ### Changes