diff --git a/CHANGELOG.md b/CHANGELOG.md index ce26ad5..028370d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ## Changelog +5.1.1 - 2021-10-23 +- Fixed fatal error when running queuedtracking:monitor command on Windows + 5.1.0 - 2021-10-21 - Increased number of queue tracking workers to 4096 - Enhance queue monitor and process commands diff --git a/plugin.json b/plugin.json index 3c00ea5..3b3717b 100644 --- a/plugin.json +++ b/plugin.json @@ -1,6 +1,6 @@ { "name": "QueuedTracking", - "version": "5.1.0", + "version": "5.1.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"],