diff --git a/CHANGELOG.md b/CHANGELOG.md index e4fe9f6a..d74fd172 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ # Changelog +## 2.0.0 +- Release stable version for Matomo 4 +- Updated: Bumped `symfony/process` and `symfony/polyfill-mbstring` dependency version + ## 2.0.0-Beta3 - Improved: Merged changes from 1.1.4 into 2.0.0-Beta2 diff --git a/plugin.json b/plugin.json index b5e90d6c..8d61a43e 100644 --- a/plugin.json +++ b/plugin.json @@ -1,7 +1,7 @@ { "name": "PerformanceAudit", "description": "Daily performance audits of all your sites in Matomo.", - "version": "2.0.0-b3", + "version": "2.0.0", "theme": false, "require": { "php": ">=7.2.5",