diff --git a/CHANGELOG.md b/CHANGELOG.md index 77bfc03..c2b4447 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Webperf Changelog +## 4.0.2 - 2024.04.16 +### Fixed +* Fixed an issue where the down and up arrows were reversed for sorting purposes + ## 4.0.1 - 2024.02.09 ### Added * Add `phpstan` and `ecs` code linting diff --git a/composer.json b/composer.json index e1b21b4..26255f6 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "nystudio107/craft-webperf", "description": "Webperf helps you build & maintain high quality websites through Real User Measurement of your website's performance", "type": "craft-plugin", - "version": "4.0.1", + "version": "4.0.2", "keywords": [ "craft", "cms",