Skip to content

Commit 75c1f8c

Browse files
committed
Bump version and add changelog notes
1 parent 10b3019 commit 75c1f8c

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.11
6+
- Adds additional `deserialization_exception` field to `Store` model to track the fully qualified exception path
7+
58
## 0.8.10
69
- Fixes silent failure during deserialization of records that fail unique constraints
710

morango/__init__.py

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

0 commit comments

Comments
 (0)