diff --git a/CHANGELOG.md b/CHANGELOG.md index 517ee21..6e4a2c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ## Changelog +5.0.4 +- Added plugin category for Marketplace + 5.0.3 - Added code to skip maxmemory config check when --skip-max-memory-config-check=1 diff --git a/plugin.json b/plugin.json index a9a09d8..8148b1c 100644 --- a/plugin.json +++ b/plugin.json @@ -1,6 +1,6 @@ { "name": "QueuedTracking", - "version": "5.0.3", + "version": "5.0.4", "description": "Scale your large traffic Matomo service by queuing tracking requests in Redis or MySQL for better performance and reliability when experiencing peaks.", "theme": false, "keywords": ["tracker", "tracking", "queue", "redis"],