diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b183cdb..287d14ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,13 +8,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased](https://github.com/model-bakers/model_bakery/tree/main) ### Added -- Support to Field `db_default` value -- Support to python 3.13 ### Changed ### Removed +## [1.20.0](https://pypi.org/project/model-bakery/1.20.0/) + +### Added +- Support to Field `db_default` value +- Support to Python 3.13 + ## [1.19.5](https://pypi.org/project/model-bakery/1.19.5/) ### Changed diff --git a/model_bakery/__about__.py b/model_bakery/__about__.py index a0d493d9..0dcddbc8 100644 --- a/model_bakery/__about__.py +++ b/model_bakery/__about__.py @@ -1 +1 @@ -__version__ = "1.19.5" +__version__ = "1.20.0"