diff --git a/CHANGELOG.md b/CHANGELOG.md index ded289d..517ee21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ## Changelog +5.0.3 +- Added code to skip maxmemory config check when --skip-max-memory-config-check=1 + 5.0.2 - Fix merge issue in previous release diff --git a/plugin.json b/plugin.json index a7a537c..b5b9dfd 100644 --- a/plugin.json +++ b/plugin.json @@ -1,6 +1,6 @@ { "name": "QueuedTracking", - "version": "5.0.2", + "version": "5.0.3", "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"],