diff --git a/CHANGELOG.md b/CHANGELOG.md index 5de2905789..b7f5bf3586 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ CHANGELOG ========= +0.203.3 - 2023-08-14 +-------------------- + +Mark pydantic constrained list test with need_pydantic_v1 since it is removed in pydantic V2 + +Contributed by [tjeerddie](https://github.com/tjeerddie) via [PR #3034](https://github.com/strawberry-graphql/strawberry/pull/3034/) + + 0.203.2 - 2023-08-14 -------------------- diff --git a/RELEASE.md b/RELEASE.md deleted file mode 100644 index 426b9ba322..0000000000 --- a/RELEASE.md +++ /dev/null @@ -1,3 +0,0 @@ -Release type: patch - -Mark pydantic constrained list test with need_pydantic_v1 since it is removed in pydantic V2 diff --git a/pyproject.toml b/pyproject.toml index a65af9e65d..025eddc1c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "strawberry-graphql" packages = [ { include = "strawberry" } ] -version = "0.203.2" +version = "0.203.3" description = "A library for creating GraphQL APIs" authors = ["Patrick Arminio "] license = "MIT"