From 747d2b45bcff9e6bfc2b7f3bdef685db2171f028 Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Tue, 7 Sep 2021 13:28:33 -0400 Subject: [PATCH] Version 1.6.36 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64bb11fc..8bd9d20e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # ImageOptimize Changelog +## 1.6.36 - 2021.09.07 +### Fixed +* Fixed an issue where the wrong Imgix API was being used for purging images ([#273](https://github.com/nystudio107/craft-imageoptimize/issues/273)) + ## 1.6.35 - 2021.07.14 ### Fixed * Special-case for Craft 3.7 or later, with the addition of a suffix to the Field content column name (https://github.com/craftcms/cms/issues/6922) (https://github.com/nystudio107/craft-imageoptimize/issues/289)