From a850ea714e8a84da836198e82751246dad5acecc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 Nov 2023 18:19:37 +0000 Subject: [PATCH] chore(main): release 2.0.3 --- CHANGELOG.md | 7 +++++++ pydantic_mongo/version.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9945e2..e10004b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/pydantic_mongo/version.py b/pydantic_mongo/version.py index 0309ae2..5fa9130 100644 --- a/pydantic_mongo/version.py +++ b/pydantic_mongo/version.py @@ -1 +1 @@ -__version__ = "2.0.2" +__version__ = "2.0.3"