From 8ed7910d67e46240d4cb3925af10b309dc751449 Mon Sep 17 00:00:00 2001 From: Cristian Pufu Date: Tue, 27 Aug 2024 21:45:00 +0300 Subject: [PATCH] Increment version 0.4.0 --- CHANGELOG.md | 6 ++++++ lib/aptabase_flutter.dart | 2 +- pubspec.yaml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c208f9..e3cbca2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.4.0 + +* Persistant storage for offline events +* Send events in batches +* Retry 5xx status code + ## 0.3.0 * Update dependencies (breaking changes) diff --git a/lib/aptabase_flutter.dart b/lib/aptabase_flutter.dart index cbe0e5b..9f80185 100644 --- a/lib/aptabase_flutter.dart +++ b/lib/aptabase_flutter.dart @@ -28,7 +28,7 @@ enum _SendResult { disabled, success, discard, tryAgain } class Aptabase { Aptabase._(); - static const _sdkVersion = "aptabase_flutter@0.3.0"; + static const _sdkVersion = "aptabase_flutter@0.4.0"; static const _sessionTimeout = Duration(hours: 1); static const Map _hosts = { diff --git a/pubspec.yaml b/pubspec.yaml index bee9953..728eb94 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: aptabase_flutter description: "Flutter SDK for Aptabase: Open Source Privacy-First and Simple Analytics for Mobile, Desktop and Web Apps" -version: 0.3.0 +version: 0.4.0 homepage: https://aptabase.com repository: https://github.com/aptabase/aptabase_flutter issue_tracker: https://github.com/aptabase/aptabase_flutter/issues