diff --git a/CHANGELOG.md b/CHANGELOG.md index 11314b720..c8daf6b2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ ## Changelog +# 4.1.9 + +Changes: +* Upgraded google-apiclient library to v2.11 to make it compatible with PHP8.1. + # 4.1.8 Changes: diff --git a/plugin.json b/plugin.json index 6edc0c765..ff7263fda 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.8", + "version": "4.1.9", "theme": false, "require": { "matomo": ">=4.1.2-rc2,<5.0.0-b1"