Skip to content

Commit a580ad2

Browse files
committed
Release 0.10.8
1 parent edeb3ee commit a580ad2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/en/docs/release-notes.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Release Notes
22

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+
310
## 0.10.7
411

512
### Added

mongoz/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.10.7"
1+
__version__ = "0.10.8"
22

33
from .conf import settings
44
from .conf.global_settings import MongozSettings

0 commit comments

Comments
 (0)