From 2d96d23cba27d9ebe3386ed8614b9e41d2b281e8 Mon Sep 17 00:00:00 2001 From: Botberry Date: Fri, 13 Sep 2024 14:49:52 +0000 Subject: [PATCH] =?UTF-8?q?Release=20=F0=9F=8D=93=200.240.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 9 +++++++++ RELEASE.md | 4 ---- pyproject.toml | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) delete mode 100644 RELEASE.md diff --git a/CHANGELOG.md b/CHANGELOG.md index db4f7a3242..0f688b55ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ CHANGELOG ========= +0.240.4 - 2024-09-13 +-------------------- + +This release fixes how we check for multipart subscriptions to be +in line with the latest changes in the spec. + +Contributed by [Patrick Arminio](https://github.com/patrick91) via [PR #3627](https://github.com/strawberry-graphql/strawberry/pull/3627/) + + 0.240.3 - 2024-09-12 -------------------- diff --git a/RELEASE.md b/RELEASE.md deleted file mode 100644 index 3bcb465b22..0000000000 --- a/RELEASE.md +++ /dev/null @@ -1,4 +0,0 @@ -Release type: patch - -This release fixes how we check for multipart subscriptions to be -in line with the latest changes in the spec. diff --git a/pyproject.toml b/pyproject.toml index 1f285f0a3c..900a7c5ca7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "strawberry-graphql" packages = [ { include = "strawberry" } ] -version = "0.240.3" +version = "0.240.4" description = "A library for creating GraphQL APIs" authors = ["Patrick Arminio "] license = "MIT"