From 5b5b717d3ce86b9d8018a5c0c1acb7a66c4d97ce Mon Sep 17 00:00:00 2001 From: Botberry Date: Tue, 12 Dec 2023 17:14:53 +0000 Subject: [PATCH] =?UTF-8?q?Release=20=F0=9F=8D=93=200.216.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 ab8080c054..dc3179ab34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ CHANGELOG ========= +0.216.1 - 2023-12-12 +-------------------- + +Don't require `NodeId` annotation if resolve_id is overwritten on `Node` implemented types + +Contributed by [Alexander](https://github.com/devkral) via [PR #2844](https://github.com/strawberry-graphql/strawberry/pull/2844/) + + 0.216.0 - 2023-12-06 -------------------- diff --git a/RELEASE.md b/RELEASE.md deleted file mode 100644 index 903f873bbc..0000000000 --- a/RELEASE.md +++ /dev/null @@ -1,3 +0,0 @@ -Release type: patch - -Don't require `NodeId` annotation if resolve_id is overwritten on `Node` implemented types diff --git a/pyproject.toml b/pyproject.toml index 1d1149d50c..2e60065aef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "strawberry-graphql" packages = [ { include = "strawberry" } ] -version = "0.216.0" +version = "0.216.1" description = "A library for creating GraphQL APIs" authors = ["Patrick Arminio "] license = "MIT"