diff --git a/CHANGELOG.md b/CHANGELOG.md index aa4dd4443..06927c53c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ ## Changelog +# 4.6.9 +- Updated dependencies (Guzzle) +- Added GA import tab in no data screen + # 4.6.8 - Added OAuth complete warning when configuring/authorizing GA OAuth. diff --git a/plugin.json b/plugin.json index fa97ce5cb..c77d8db54 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.6.8", + "version": "4.6.9", "theme": false, "require": { "matomo": ">=4.10.0-b1,<5.0.0-b1"