From bdbeb2ca3f528507b8f717d4c88c166fa3b7943d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 03:01:10 +0000 Subject: [PATCH] chore(main): release 2.3.0 --- CHANGELOG.md | 7 +++++++ pydantic_mongo/version.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb600ee..2a56d42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.3.0](https://github.com/jefersondaniel/pydantic-mongo/compare/v2.2.0...v2.3.0) (2024-04-25) + + +### Features + +* Improve type checking support ([#103](https://github.com/jefersondaniel/pydantic-mongo/issues/103)) ([d8bb03a](https://github.com/jefersondaniel/pydantic-mongo/commit/d8bb03a9ad0c75a722a0cf92252fc461642adcc1)) + ## [2.2.0](https://github.com/jefersondaniel/pydantic-mongo/compare/v2.1.2...v2.2.0) (2024-04-11) diff --git a/pydantic_mongo/version.py b/pydantic_mongo/version.py index 8a124bf..55e4709 100644 --- a/pydantic_mongo/version.py +++ b/pydantic_mongo/version.py @@ -1 +1 @@ -__version__ = "2.2.0" +__version__ = "2.3.0"