We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc2a2df commit a575b10Copy full SHA for a575b10
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# Changelog
2
3
+## [3.0.0](https://github.com/jefersondaniel/pydantic-mongo/compare/v2.4.0...v3.0.0) (2025-04-11)
4
+
5
6
+### ⚠ BREAKING CHANGES
7
8
+* Fix ObjectId serialization ([#150](https://github.com/jefersondaniel/pydantic-mongo/issues/150))
9
10
+### Bug Fixes
11
12
+* Fix ObjectId serialization ([#150](https://github.com/jefersondaniel/pydantic-mongo/issues/150)) ([dc2a2df](https://github.com/jefersondaniel/pydantic-mongo/commit/dc2a2df97c728ef2c990d281bea057feab17df40))
13
14
## [2.4.0](https://github.com/jefersondaniel/pydantic-mongo/compare/v2.3.0...v2.4.0) (2025-03-19)
15
16
pydantic_mongo/version.py
@@ -1 +1 @@
-__version__ = "2.4.0"
+__version__ = "3.0.0"
0 commit comments