From 26a593661163ec5f95d3e915b0ff9621b8f5ada1 Mon Sep 17 00:00:00 2001 From: Guillaume Roux Date: Fri, 5 Jul 2024 09:07:59 +0200 Subject: [PATCH] chore: prepare v5.0.0+1 --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c8e92e..5a96d6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [5.0.0+1] + +* Updated `README.md` with supported Matomo versions. + ## [5.0.0] **Check the [Migration Guide](https://github.com/Floating-Dartists/matomo-tracker#v500) to learn about breaking changes in this version** diff --git a/pubspec.yaml b/pubspec.yaml index 498610a..946ac91 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: matomo_tracker description: A fully cross-platform wrap of the Matomo tracking client for Flutter, using the Matomo API. -version: 5.0.0 +version: 5.0.0+1 homepage: https://github.com/Floating-Dartists/matomo-tracker repository: https://github.com/Floating-Dartists/matomo-tracker issue_tracker: https://github.com/Floating-Dartists/matomo-tracker/issues