diff --git a/CHANGELOG.md b/CHANGELOG.md index a7be654..f187215 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ## Changelog +5.0.1 +- Compatibility with Matomo 5.0.0-b4 + 5.0.0 - Compatibility with Matomo 5.0 diff --git a/plugin.json b/plugin.json index c6cafa0..8719217 100644 --- a/plugin.json +++ b/plugin.json @@ -1,6 +1,6 @@ { "name": "QueuedTracking", - "version": "5.0.0", + "version": "5.0.1", "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"],