Skip to content

Commit a575b10

Browse files
chore(main): release 3.0.0 (#151)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent dc2a2df commit a575b10

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

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+
314
## [2.4.0](https://github.com/jefersondaniel/pydantic-mongo/compare/v2.3.0...v2.4.0) (2025-03-19)
415

516

pydantic_mongo/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.4.0"
1+
__version__ = "3.0.0"

0 commit comments

Comments
 (0)