From e15a610dc9bc18a53a3410a96f6b77ceb4e76496 Mon Sep 17 00:00:00 2001 From: Hasan Ramezani Date: Thu, 5 Oct 2023 13:38:57 +0200 Subject: [PATCH] Prepare release 3.0.0-beta.2 (#573) --- CHANGELOG.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77ce231..8d565f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,17 +2,16 @@ ## Next Release +## 3.0.0-beta.2 (2023-10-05) + #### Breaking Changes - - feat: stop deleting old log entries when a model with the same pk is created (i.e. the pk value is reused) ([#559](https://github.com/jazzband/django-auditlog/pull/559)) -#### Improvements - #### Fixes * fix: only fire the `post_log` signal when the log is created or when there is an error in the process ([#561](https://github.com/jazzband/django-auditlog/pull/561)) * fix: don't set the correlation_id if the `AUDITLOG_CID_GETTER` is `None` ([#565](https://github.com/jazzband/django-auditlog/pull/565)) -## 3.0.0-beta.1 +## 3.0.0-beta.1 (2023-08-29) #### Breaking Changes