Skip to content

Commit 8106e8d

Browse files
committed
Bump version and update changelog
1 parent 00ff230 commit 8106e8d

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
List of the most important changes for each release.
44

5+
## 0.8.12
6+
- Fixes issue where dirty-bit isn't updated when calling save on a syncable model with `update_fields`
7+
58
## 0.8.11
69
- Adds additional `deserialization_exception` field to `Store` model to track the fully qualified exception path
710

morango/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.8.11"
1+
__version__ = "0.8.12"

0 commit comments

Comments
 (0)