diff --git a/CHANGELOG.md b/CHANGELOG.md index c6a192206b..e8f16757e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ CHANGELOG ========= +0.237.0 - 2024-07-24 +-------------------- + +This release ensures using pydantic 2.8.0 doesn't break when using experimental +pydantic_type and running mypy. + +Contributed by [Martin Roy](https://github.com/lindycoder) via [PR #3562](https://github.com/strawberry-graphql/strawberry/pull/3562/) + + 0.236.2 - 2024-07-23 -------------------- diff --git a/RELEASE.md b/RELEASE.md deleted file mode 100644 index f305712966..0000000000 --- a/RELEASE.md +++ /dev/null @@ -1,4 +0,0 @@ -Release type: minor - -This release ensures using pydantic 2.8.0 doesn't break when using experimental -pydantic_type and running mypy. diff --git a/pyproject.toml b/pyproject.toml index 2ee32f3dea..0a47dc97cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "strawberry-graphql" packages = [ { include = "strawberry" } ] -version = "0.236.2" +version = "0.237.0" description = "A library for creating GraphQL APIs" authors = ["Patrick Arminio "] license = "MIT"