diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ebe642..ca65244 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [1.7.0] - 2021-01-27 +- Craft 3.6 support +- Guzzle dependencies updated +- pgsql uid_urlhash_idx ([PR #7436](https://github.com/ostark/upper/pull/42)) + + ## [1.6.0] - 2020-06-16 - Require at least Craft 3.2 - Prevent cache purge on updated drafts or revisions diff --git a/composer.json b/composer.json index a3ff9ea..fa36c82 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,6 @@ "name": "ostark/upper", "description": "A cache plugin for Craft - supporting multiple Edge Caches", "type": "craft-plugin", - "version": "1.6.0", "keywords": [ "craft", "cms", @@ -26,7 +25,7 @@ ], "require": { "craftcms/cms": "^3.2.0", - "guzzlehttp/guzzle": "^6.2" + "guzzlehttp/guzzle": "^6.5.5|^7.2.0" }, "require-dev": { "phpstan/phpstan": "^0.10.2"