diff --git a/CHANGELOG.md b/CHANGELOG.md index 88cf43815c..994c2f7ef3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ CHANGELOG ========= +0.245.0 - 2024-10-07 +-------------------- + +This release removes the dated `subscriptions_enabled` setting from the Django and Channels integrations. +Instead, WebSocket support is now enabled by default in all GraphQL IDEs. + +Contributed by [Jonathan Ehwald](https://github.com/DoctorJohn) via [PR #3660](https://github.com/strawberry-graphql/strawberry/pull/3660/) + + 0.244.1 - 2024-10-06 -------------------- diff --git a/RELEASE.md b/RELEASE.md deleted file mode 100644 index ae000d7c0e..0000000000 --- a/RELEASE.md +++ /dev/null @@ -1,4 +0,0 @@ -Release type: minor - -This release removes the dated `subscriptions_enabled` setting from the Django and Channels integrations. -Instead, WebSocket support is now enabled by default in all GraphQL IDEs. diff --git a/pyproject.toml b/pyproject.toml index 171b9a5393..d0a8182c53 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "strawberry-graphql" packages = [ { include = "strawberry" } ] -version = "0.244.1" +version = "0.245.0" description = "A library for creating GraphQL APIs" authors = ["Patrick Arminio "] license = "MIT"