Skip to content

Commit 8ed7910

Browse files
committed
Increment version 0.4.0
1 parent 54e827e commit 8ed7910

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.4.0
2+
3+
* Persistant storage for offline events
4+
* Send events in batches
5+
* Retry 5xx status code
6+
17
## 0.3.0
28

39
* Update dependencies (breaking changes)

lib/aptabase_flutter.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ enum _SendResult { disabled, success, discard, tryAgain }
2828
class Aptabase {
2929
Aptabase._();
3030

31-
static const _sdkVersion = "aptabase_flutter@0.3.0";
31+
static const _sdkVersion = "aptabase_flutter@0.4.0";
3232
static const _sessionTimeout = Duration(hours: 1);
3333

3434
static const Map<String, String> _hosts = {

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: aptabase_flutter
22
description: "Flutter SDK for Aptabase: Open Source Privacy-First and Simple Analytics for Mobile, Desktop and Web Apps"
3-
version: 0.3.0
3+
version: 0.4.0
44
homepage: https://aptabase.com
55
repository: https://github.com/aptabase/aptabase_flutter
66
issue_tracker: https://github.com/aptabase/aptabase_flutter/issues

0 commit comments

Comments
 (0)