We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edeb3ee commit a580ad2Copy full SHA for a580ad2
docs/en/docs/release-notes.md
@@ -1,5 +1,12 @@
1
# Release Notes
2
3
+## 0.10.8
4
+
5
+### Added
6
7
+- Support for [NullableObjectId](./fields.md#nullableobjectid) allowing special object ids to
8
+be declared in the document and null.
9
10
## 0.10.7
11
12
### Added
mongoz/__init__.py
@@ -1,4 +1,4 @@
-__version__ = "0.10.7"
+__version__ = "0.10.8"
from .conf import settings
from .conf.global_settings import MongozSettings
0 commit comments