From 7f0aaf26b4420f7efc95c2bcb5a13c40b11b6228 Mon Sep 17 00:00:00 2001 From: diosmosis Date: Wed, 18 Dec 2019 16:54:44 -0800 Subject: [PATCH] make it a minor release --- CHANGELOG.md | 2 +- plugin.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4991b6cc7..23a67c604 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## Changelog -# 1.1.3 +# 1.2.0 Features: * Resume button to make it clearer that on an errored import the import doesn't have to be cancelled and restarted. diff --git a/plugin.json b/plugin.json index 31cd8265e..e17cbf23e 100644 --- a/plugin.json +++ b/plugin.json @@ -1,7 +1,7 @@ { "name": "GoogleAnalyticsImporter", "description": "Import reports from a Google Analytics account into Matomo.", - "version": "1.1.3", + "version": "1.2.0", "theme": false, "require": { "piwik": ">=3.12.0-b1,<4.0.0-b1"