From 3d3f0e9f9a6e6edd91db273e49d1a3c01980c784 Mon Sep 17 00:00:00 2001 From: Tam Date: Fri, 27 Nov 2020 11:12:38 +0000 Subject: [PATCH] Bump 3.9.0 --- CHANGELOG.md | 6 +++++- composer.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af0f2a4..dbcd824 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ -## [Unreleased] 3.8.6 +## 3.9.0 - 2020-11-27 +> {warning} **BREAKING**: This release changes how GraphQL querying works for +the map field. You should now pass the search query as an input rather than a +JSON string. + ### Added - Added GraphQL support for query filtering and mutations diff --git a/composer.json b/composer.json index dd9489b..6c6ccdd 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "ether/simplemap", "description": "A beautifully simple Map field type for Craft CMS 3", - "version": "3.8.6", + "version": "3.9.0", "type": "craft-plugin", "license": "proprietary", "minimum-stability": "dev",