From 7b6b910a099fb6800b7d645aa6d651fd0d95e1df Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 23:16:06 +0000 Subject: [PATCH] chore(master): release 2.0.1 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98c8a62..26e2b4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.1](https://github.com/compwright/graphql-php-jetpack/compare/v2.0.0...v2.0.1) (2024-02-05) + + +### Bug Fixes + +* **directives:** fixed an error when invoking the [@callback](https://github.com/callback) directive ([f90bdab](https://github.com/compwright/graphql-php-jetpack/commit/f90bdab27a8c7fa9f5615b9a610414c1878c2715)) + ## [2.0.0](https://github.com/compwright/graphql-php-jetpack/compare/v1.0.0...v2.0.0) (2024-02-01)