diff --git a/CHANGELOG.md b/CHANGELOG.md index 104d085..0e8198a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ ## Changelog +* 5.0.2 Added plugin category for Marketplace * 5.0.1 Prefer using ellipsis over three dots * 5.0.0 Compatibility with Matomo 5.0 * 4.1.2 PHP 8.2 Deprecation warnings handled diff --git a/plugin.json b/plugin.json index afd2f1a..6d45806 100644 --- a/plugin.json +++ b/plugin.json @@ -1,6 +1,6 @@ { "name": "LogViewer", - "version": "5.0.1", + "version": "5.0.2", "description": "View log messages logged by Matomo", "theme": false, "keywords": ["log", "viewer", "diagnostic", "debug", "debugging"],