diff --git a/CHANGELOG.md b/CHANGELOG.md index 95f9a4081..d37978b4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,17 @@ You can find and compare releases at the [GitHub release page](https://github.co ## Unreleased +## v15.8.0 + +### Added + +- Early return when complexity is disabled https://github.com/webonyx/graphql-php/pull/1475 +- Allow access to calculated query complexity https://github.com/webonyx/graphql-php/pull/1475 + +### Fixed + +- Fix PHPStan definition for `SchemaConfig` option `types` https://github.com/webonyx/graphql-php/pull/1479 + ## v15.7.0 ### Added