From 14e3217b86f271099e496d1b0a5fc2aae68edf9d Mon Sep 17 00:00:00 2001 From: Jacob Ransom Date: Wed, 9 Aug 2023 10:28:01 +1200 Subject: [PATCH] Bump to version 5.0.1 --- CHANGELOG.md | 3 +++ plugin.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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"],