From f0332fc588bf5b85e473b63e4311638138961cfa Mon Sep 17 00:00:00 2001 From: Botberry Date: Tue, 5 Dec 2023 21:20:02 +0000 Subject: [PATCH] =?UTF-8?q?Release=20=F0=9F=8D=93=200.215.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 10 ++++++++++ RELEASE.md | 5 ----- pyproject.toml | 2 +- 3 files changed, 11 insertions(+), 6 deletions(-) delete mode 100644 RELEASE.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 40448011c4..a3a14e019c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ CHANGELOG ========= +0.215.2 - 2023-12-05 +-------------------- + +This release updates the Apollo Sandbox integration to all you to +pass cookies to the GraphQL endpoint by enabling the **Include cookes** +option in the Sandbox settings. + +Contributed by [Patrick Arminio](https://github.com/patrick91) via [PR #3278](https://github.com/strawberry-graphql/strawberry/pull/3278/) + + 0.215.1 - 2023-11-20 -------------------- diff --git a/RELEASE.md b/RELEASE.md deleted file mode 100644 index c66b5f2ace..0000000000 --- a/RELEASE.md +++ /dev/null @@ -1,5 +0,0 @@ -Release type: patch - -This release updates the Apollo Sandbox integration to all you to -pass cookies to the GraphQL endpoint by enabling the **Include cookes** -option in the Sandbox settings. diff --git a/pyproject.toml b/pyproject.toml index 6e296affff..549628f925 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "strawberry-graphql" packages = [ { include = "strawberry" } ] -version = "0.215.1" +version = "0.215.2" description = "A library for creating GraphQL APIs" authors = ["Patrick Arminio "] license = "MIT"