Skip to content

Commit 6a962a5

Browse files
chore(main): release 2.1.1 (#76)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 902aa22 commit 6a962a5

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## [2.1.1](https://github.com/jefersondaniel/pydantic-mongo/compare/v2.1.0...v2.1.1) (2024-03-01)
4+
5+
6+
### Bug Fixes
7+
8+
* Fix export ([#73](https://github.com/jefersondaniel/pydantic-mongo/issues/73)) ([564df68](https://github.com/jefersondaniel/pydantic-mongo/commit/564df68f43c7955eadb412fd8bdb8474ea25ccd7))
9+
* Remove unecessary entry point setting ([#82](https://github.com/jefersondaniel/pydantic-mongo/issues/82)) ([bb02aff](https://github.com/jefersondaniel/pydantic-mongo/commit/bb02affb68161f4da811a34fe47c029fa4918a21))
10+
311
## [2.1.0](https://github.com/jefersondaniel/pydantic-mongo/compare/v2.0.3...v2.1.0) (2024-01-05)
412

513

pydantic_mongo/version.py

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

0 commit comments

Comments
 (0)