diff --git a/HISTORY.md b/HISTORY.md index 930ebdd..4af55f2 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,8 +1,8 @@ # Release history -## next release +## 0.12.0 (2024-01-08) ### Features -- Support Pydantic 2. Drop support for Pydantic 1. +- Support Pydantic 2. Drop support for Pydantic 1. (thanks to @jkseppan) ## 0.11.0 (2022-09-25) ### Features diff --git a/flask_pydantic/version.py b/flask_pydantic/version.py index ae6db5f..ea370a8 100644 --- a/flask_pydantic/version.py +++ b/flask_pydantic/version.py @@ -1 +1 @@ -__version__ = "0.11.0" +__version__ = "0.12.0"