From 608d5fa4c3ab1d2f829a2a17e4f830c057fce00f Mon Sep 17 00:00:00 2001 From: Guillaume Roux Date: Tue, 10 Sep 2024 10:00:40 +0200 Subject: [PATCH] chore: prepare release 5.1.0 --- CHANGELOG.md | 13 +++++++++++++ pubspec.yaml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a96d6a..43913b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [5.1.0] + +* build(deps): bump device_info_plus from 9.1.2 to 10.1.0 by @dependabot in https://github.com/Floating-Dartists/matomo-tracker/pull/166 +* docs(contributor): contributors readme action update by @github-actions in https://github.com/Floating-Dartists/matomo-tracker/pull/167 +* build(deps): bump device_info_plus from 9.1.2 to 10.1.0 by @dependabot in https://github.com/Floating-Dartists/matomo-tracker/pull/168 +* Adding `http.Client` argument to the MatomoDispatcher class by @tfreebern2 in https://github.com/Floating-Dartists/matomo-tracker/pull/171 +* docs(contributor): contributors readme action update by @github-actions in https://github.com/Floating-Dartists/matomo-tracker/pull/172 + +## New Contributors +* @tfreebern2 made their first contribution in https://github.com/Floating-Dartists/matomo-tracker/pull/171 + +**Full Changelog**: https://github.com/Floating-Dartists/matomo-tracker/compare/5.0.0...5.0.1 + ## [5.0.0+1] * Updated `README.md` with supported Matomo versions. diff --git a/pubspec.yaml b/pubspec.yaml index 6301d6f..25ec998 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.1 +version: 5.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