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"