diff --git a/CHANGELOG.md b/CHANGELOG.md index efc6079..0369aa6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ## Changelog +4.0.7 +- Improved error handling for tracking requests + 4.0.6 - Started using flushDB instead of flushAll for Redis diff --git a/plugin.json b/plugin.json index ca592cc..81eb39e 100644 --- a/plugin.json +++ b/plugin.json @@ -1,6 +1,6 @@ { "name": "QueuedTracking", - "version": "4.0.6", + "version": "4.0.7", "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"],