From 192f58d2bf37ed525a8b856c0401572b5a664218 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 19:04:19 +0000 Subject: [PATCH] chore(master): release 2.0.0 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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)