From 2595a36c71ecacddb74d13f2764a50aaadc09a75 Mon Sep 17 00:00:00 2001 From: Hasan Ramezani Date: Tue, 17 Jan 2023 11:37:11 +0330 Subject: [PATCH] Prepare release 2.2.2 (#497) --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fc2f14..250193c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Next Release +## 2.2.2 (2023-01-16) + #### Fixes - fix: revert [#449](https://github.com/jazzband/django-auditlog/pull/449) "Make log entries read-only in the admin" as it breaks deletion of any auditlogged model through the admin when `AuditlogHistoryField` is used. ([#496](https://github.com/jazzband/django-auditlog/pull/496))