From e2f4232c306dffd2d55b414ff3e777782843f5d8 Mon Sep 17 00:00:00 2001 From: Botberry Date: Sat, 12 Aug 2023 19:53:11 +0000 Subject: [PATCH] =?UTF-8?q?Release=20=F0=9F=8D=93=200.203.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 05fefe049e..83bb1e15df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ CHANGELOG ========= +0.203.1 - 2023-08-12 +-------------------- + +This release updates the built-in GraphiQL to the current latest version (3.0.5), it also updates React to the current latest version (18.2.0) and uses the production distribution instead of development to reduce bundle size. + +Contributed by [Kien Dang](https://github.com/kiendang) via [PR #3031](https://github.com/strawberry-graphql/strawberry/pull/3031/) + + 0.203.0 - 2023-08-10 -------------------- diff --git a/RELEASE.md b/RELEASE.md deleted file mode 100644 index 4914bf9e22..0000000000 --- a/RELEASE.md +++ /dev/null @@ -1,3 +0,0 @@ -Release type: patch - -This release updates the built-in GraphiQL to the current latest version (3.0.5), it also updates React to the current latest version (18.2.0) and uses the production distribution instead of development to reduce bundle size. diff --git a/pyproject.toml b/pyproject.toml index cfdcecdbfc..a67221e307 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "strawberry-graphql" packages = [ { include = "strawberry" } ] -version = "0.203.0" +version = "0.203.1" description = "A library for creating GraphQL APIs" authors = ["Patrick Arminio "] license = "MIT"