From 63a126f3de96e803ad5e4642bd643ee196eac24b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 15:10:17 +0000 Subject: [PATCH] chore(master): release 2.1.0 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26e2b4d..7947b26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.1.0](https://github.com/compwright/graphql-php-jetpack/compare/v2.0.1...v2.1.0) (2024-02-06) + + +### Features + +* add support for argument definition directives ([#4](https://github.com/compwright/graphql-php-jetpack/issues/4)) ([e3ddbe9](https://github.com/compwright/graphql-php-jetpack/commit/e3ddbe926d8911ac579875157fde48ea21646d64)) + ## [2.0.1](https://github.com/compwright/graphql-php-jetpack/compare/v2.0.0...v2.0.1) (2024-02-05)