From aab15af27216935134cd56b5407041c96b775051 Mon Sep 17 00:00:00 2001 From: Guillaume Roux Date: Mon, 11 Sep 2023 13:38:55 +0200 Subject: [PATCH] chore: prepare release v4.1.0 --- CHANGELOG.md | 10 ++++++++++ pubspec.yaml | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e14e3b9..d2aeb79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [4.1.0] + +* Bump custom_lint from 0.4.0 to 0.5.0 by @dependabot in https://github.com/Floating-Dartists/matomo-tracker/pull/114 +* Bump mocktail from 0.3.0 to 1.0.0 by @dependabot in https://github.com/Floating-Dartists/matomo-tracker/pull/116 +* feat: fixed README and bumped dependencies by @TesteurManiak in https://github.com/Floating-Dartists/matomo-tracker/pull/118 +* Feat: Change url on the fly by @TesteurManiak in https://github.com/Floating-Dartists/matomo-tracker/pull/120 + + +**Full Changelog**: https://github.com/Floating-Dartists/matomo-tracker/compare/4.0.0...4.1.0 + ## [4.0.0] **Check the [Migration Guide](https://github.com/Floating-Dartists/matomo-tracker#v400) to learn about breaking changes in this version** diff --git a/pubspec.yaml b/pubspec.yaml index 293ee53..8b74856 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: 4.0.0 +version: 4.1.0 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 @@ -21,7 +21,7 @@ dependencies: sdk: flutter http: ^1.1.0 package_info_plus: ^4.1.0 - shared_preferences: ^2.2.0 + shared_preferences: ^2.2.1 uuid: ^3.0.7 dev_dependencies: