Skip to content

Commit acfad04

Browse files
authored
Update __init__py (#80)
1 parent 2a61ac6 commit acfad04

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/en/docs/release-notes.md

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

3+
## 0.11.5
4+
5+
### Added
6+
7+
- Support for ForeignKey field allowing to pass refrenced model.
8+
39
## 0.11.4
410

511
### Fix

mongoz/__init__.py

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

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

0 commit comments

Comments
 (0)