From 322c464128e37d95fe0a38a84122921bf340879a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 9 Mar 2022 07:05:39 +0000 Subject: [PATCH] :bookmark: v2.0.1 [skip ci] https://github.com/mom1/api-client-pydantic/releases/tag/2.0.1 --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c41bdc9..eab422e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## v2.0.1 (2022-03-09) + +### :bug: Bugs + - Fixed a bug with working with the config of a model that does not have extra. + +### :arrow_up: Dependencies + - Bump types-setuptools from 57.4.9 to 57.4.10 + ## v2.0.0 (2022-03-08) ### :boom: Breaking Changes diff --git a/pyproject.toml b/pyproject.toml index 6849e08..f152b8b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "api-client-pydantic" -version = "2.0.0" +version = "2.0.1" description = "API Client extension for validate and transform requests / responses using pydantic." authors = ["MaxST "] license = "MIT"