Skip to content

Commit

Permalink
Update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
SmittieC committed Jan 18, 2024
1 parent dd8b0f3 commit 714d376
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Django Field Audit change log

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

## v1.2.6 - 2023-03-03
- Resolve bug with incorrect previous values when updating an audited field in
the save method of the object.
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.6"
__version__ = "1.2.7"

0 comments on commit 714d376

Please sign in to comment.