Skip to content

Commit

Permalink
Increment version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cristipufu committed Aug 27, 2024
1 parent 54e827e commit 8ed7910
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion lib/aptabase_flutter.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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<String, String> _hosts = {
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 8ed7910

Please sign in to comment.