From d7e8a9b78945f9e14e306b39ab1cff4db3b8e811 Mon Sep 17 00:00:00 2001 From: Botberry Date: Sun, 6 Oct 2024 17:33:16 +0000 Subject: [PATCH] =?UTF-8?q?Release=20=F0=9F=8D=93=200.244.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 8 ++++++++ RELEASE.md | 3 --- pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) delete mode 100644 RELEASE.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 15006fcc18..88cf43815c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ CHANGELOG ========= +0.244.1 - 2024-10-06 +-------------------- + +Fixes an issue where the codegen tool would crash when working with a nullable list of types. + +Contributed by [Jacob Allen](https://github.com/enoua5) via [PR #3653](https://github.com/strawberry-graphql/strawberry/pull/3653/) + + 0.244.0 - 2024-10-05 -------------------- diff --git a/RELEASE.md b/RELEASE.md deleted file mode 100644 index 087ca107ed..0000000000 --- a/RELEASE.md +++ /dev/null @@ -1,3 +0,0 @@ -Release type: patch - -Fixes an issue where the codegen tool would crash when working with a nullable list of types. diff --git a/pyproject.toml b/pyproject.toml index b1d1c54544..171b9a5393 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "strawberry-graphql" packages = [ { include = "strawberry" } ] -version = "0.244.0" +version = "0.244.1" description = "A library for creating GraphQL APIs" authors = ["Patrick Arminio "] license = "MIT"