We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10b3019 commit 75c1f8cCopy full SHA for 75c1f8c
2 files changed
CHANGELOG.md
@@ -2,6 +2,9 @@
2
3
List of the most important changes for each release.
4
5
+## 0.8.11
6
+- Adds additional `deserialization_exception` field to `Store` model to track the fully qualified exception path
7
+
8
## 0.8.10
9
- Fixes silent failure during deserialization of records that fail unique constraints
10
morango/__init__.py
@@ -1 +1 @@
1
-__version__ = "0.8.10"
+__version__ = "0.8.11"
0 commit comments