diff --git a/CHANGELOG.md b/CHANGELOG.md index 75de434832..31186748c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ CHANGELOG ========= +0.168.1 - 2023-03-26 +-------------------- + +This releases adds a new `extra` group for Starlite, preventing it from being +installed by default. + +Contributed by [Patrick Arminio](https://github.com/patrick91) via [PR #2664](https://github.com/strawberry-graphql/strawberry/pull/2664/) + + 0.168.0 - 2023-03-26 -------------------- diff --git a/RELEASE.md b/RELEASE.md deleted file mode 100644 index a71d07f51d..0000000000 --- a/RELEASE.md +++ /dev/null @@ -1,4 +0,0 @@ -Release type: patch - -This releases adds a new `extra` group for Starlite, preventing it from being -installed by default. diff --git a/pyproject.toml b/pyproject.toml index 01bb7fd556..6f500ee292 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "strawberry-graphql" packages = [ { include = "strawberry" } ] -version = "0.168.0" +version = "0.168.1" description = "A library for creating GraphQL APIs" authors = ["Patrick Arminio "] license = "MIT"