Skip to content

Commit b7836dd

Browse files
committed
chore: Prepare release 1.1.2
1 parent a62a58d commit b7836dd

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
# 1.1.2 (November 2023)
4+
5+
- Fix: Hooks were failing if some watched field (those in `when=""` or `when_any=[...]`) was a `GenericForeignKey`
6+
37
## 1.1.1 (November 2023)
48

59
- Fix: Include missing `django_lifecycle_checks` into python package

django_lifecycle/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.1.1"
1+
__version__ = "1.1.2"
22
__author__ = "Robert Singer"
33
__author_email__ = "[email protected]"
44

0 commit comments

Comments
 (0)