Skip to content

Commit

Permalink
Release 0.10.8
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsil committed Sep 12, 2024
1 parent edeb3ee commit a580ad2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/en/docs/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Release Notes

## 0.10.8

### Added

- Support for [NullableObjectId](./fields.md#nullableobjectid) allowing special object ids to
be declared in the document and null.

## 0.10.7

### Added
Expand Down
2 changes: 1 addition & 1 deletion mongoz/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.10.7"
__version__ = "0.10.8"

from .conf import settings
from .conf.global_settings import MongozSettings
Expand Down

0 comments on commit a580ad2

Please sign in to comment.