Skip to content

Commit

Permalink
update changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
snopoke committed Jan 24, 2024
1 parent 6c37936 commit 7c7f06e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Django Field Audit change log

## v1.2.8 - 2024-01-24
- Use Django's `timezone.now` instead of `datetime.now` to ensure the correct
timezone is used when creating audit events.

## v1.2.7 - 2024-01-18
- Resolve a recursion issue with multiple deferred audit fields.

Expand Down
2 changes: 1 addition & 1 deletion field_audit/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .field_audit import audit_fields # noqa: F401

__version__ = "1.2.7"
__version__ = "1.2.8"

0 comments on commit 7c7f06e

Please sign in to comment.