From 9ecb05d2cb6c01a1b12560e706c9d96935bdd4c4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 5 Jan 2024 00:24:50 +0000 Subject: [PATCH] chore(main): release 2.1.0 --- CHANGELOG.md | 12 ++++++++++++ pydantic_mongo/version.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e10004b..1a63d18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.1.0](https://github.com/jefersondaniel/pydantic-mongo/compare/v2.0.3...v2.1.0) (2024-01-05) + + +### Features + +* Create an empty py.typed file to add mypy type hint support ([#61](https://github.com/jefersondaniel/pydantic-mongo/issues/61)) ([10e58de](https://github.com/jefersondaniel/pydantic-mongo/commit/10e58de6ac52e45a56b88cff586151359c219b43)) + + +### Bug Fixes + +* Fix README code snippets ([#65](https://github.com/jefersondaniel/pydantic-mongo/issues/65)) ([dac1347](https://github.com/jefersondaniel/pydantic-mongo/commit/dac1347229d876b9a3de525f8566bbfc0c0c62bd)) + ## [2.0.3](https://github.com/jefersondaniel/pydantic-mongo/compare/v2.0.2...v2.0.3) (2023-11-23) diff --git a/pydantic_mongo/version.py b/pydantic_mongo/version.py index 5fa9130..9aa3f90 100644 --- a/pydantic_mongo/version.py +++ b/pydantic_mongo/version.py @@ -1 +1 @@ -__version__ = "2.0.3" +__version__ = "2.1.0"