Skip to content

Commit 7c7f06e

Browse files
committed
update changelog and version
1 parent 6c37936 commit 7c7f06e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Django Field Audit change log
22

3+
## v1.2.8 - 2024-01-24
4+
- Use Django's `timezone.now` instead of `datetime.now` to ensure the correct
5+
timezone is used when creating audit events.
6+
37
## v1.2.7 - 2024-01-18
48
- Resolve a recursion issue with multiple deferred audit fields.
59

field_audit/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from .field_audit import audit_fields # noqa: F401
22

3-
__version__ = "1.2.7"
3+
__version__ = "1.2.8"

0 commit comments

Comments
 (0)