diff --git a/CHANGELOG.md b/CHANGELOG.md index ff0905e..98c8a62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.0.0](https://github.com/compwright/graphql-php-jetpack/compare/v1.0.0...v2.0.0) (2024-02-01) + + +### ⚠ BREAKING CHANGES + +* vastly simplify enabling custom scalars and directives + +### Features + +* add PSR-7 compatible ServerRequestContext class ([750ffa6](https://github.com/compwright/graphql-php-jetpack/commit/750ffa6fc9270e646b6f1bfe65c5856dcd4e945a)) +* vastly simplify enabling custom scalars and directives ([6601fe7](https://github.com/compwright/graphql-php-jetpack/commit/6601fe798d49fb35e71f8ed7ec18c7b9c11e5bdc)) + ## 1.0.0 (2024-01-31)