diff --git a/CHANGELOG.md b/CHANGELOG.md index a70188c7c..a98f25020 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ## Changelog +# 5.0.3 +- Compatibility with Matomo 5 rc5 + # 5.0.2 - Compatibility with Matomo 5 rc3 diff --git a/plugin.json b/plugin.json index c747c5445..cf411a550 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.2", + "version": "5.0.3", "theme": false, "require": { "matomo": ">=5.0.0-rc5,<6.0.0-b1"