From b7508061b1d14e845a93334bdf50cae9a84eeb9c Mon Sep 17 00:00:00 2001 From: Mark Huot Date: Mon, 17 Dec 2018 11:36:37 -0500 Subject: [PATCH] 1.2.1 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f22f839c..1bbfa117 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ - (none) +## 1.2.1 - 2018-12-17 + +### Fixed + +- Added field argument to custom Entries fields ([#202](https://github.com/markhuot/craftql/issues/202)) +- Adds `slug:` argument to entry mutations ([#199](https://github.com/markhuot/craftql/issues/199)) +- Adds `parentId:` argument to entry mutations ([#199](https://github.com/markhuot/craftql/issues/199)) +- Restored native `@skip` and `@include` directives ([#198](https://github.com/markhuot/craftql/issues/198)) + ## 1.2.0 - 2018-12-07 ### Fixed