diff --git a/CHANGELOG.md b/CHANGELOG.md index caef6c228..f7a238c7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ ## Changelog +# 4.1.7 + +Changes: +* Report all types of error messages to end user for easier issue diagnosis. + # 4.1.6 Changes: diff --git a/plugin.json b/plugin.json index 24d51a927..4b1985b0a 100644 --- a/plugin.json +++ b/plugin.json @@ -1,7 +1,7 @@ { "name": "GoogleAnalyticsImporter", "description": "Import reports from a Google Analytics account into Matomo.", - "version": "4.1.6", + "version": "4.1.7", "theme": false, "require": { "matomo": ">=4.1.2-rc2,<5.0.0-b1"