Skip to content

Commit

Permalink
chore(main): release 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and jefersondaniel committed Nov 23, 2023
1 parent 6b0912d commit a850ea7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.0.3](https://github.com/jefersondaniel/pydantic-mongo/compare/v2.0.2...v2.0.3) (2023-11-23)


### Bug Fixes

* Fix `save_many()` when there are no models to insert ([#43](https://github.com/jefersondaniel/pydantic-mongo/issues/43)) ([6b0912d](https://github.com/jefersondaniel/pydantic-mongo/commit/6b0912de3a429c28991a8f2ae30b3147d0285d5b))

## [2.0.2](https://github.com/jefersondaniel/pydantic-mongo/compare/v2.0.1...v2.0.2) (2023-09-13)


Expand Down
2 changes: 1 addition & 1 deletion pydantic_mongo/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.0.2"
__version__ = "2.0.3"

0 comments on commit a850ea7

Please sign in to comment.