diff --git a/CHANGELOG.md b/CHANGELOG.md index 9831194e..ad703565 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ## Changelog +# 5.0.21 - 2024-09-02 +- Fixed import not running continuously for future dates + # 5.0.20 - Added new events to be tracked by ActivityLog diff --git a/plugin.json b/plugin.json index 2a9f626c..1dae67d3 100644 --- a/plugin.json +++ b/plugin.json @@ -1,7 +1,7 @@ { "name": "GoogleAnalyticsImporter", "description": "Import reports from a Google Analytics account into Matomo.", - "version": "5.0.20", + "version": "5.0.21", "theme": false, "require": { "matomo": ">=5.0.0-rc5,<6.0.0-b1"