Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Alvaro Prado committed May 10, 2024
1 parent 2ce8a6a commit 6744aa2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 1.0.0
- Update dependencies
- [Breaking] Hide `MPAnalyticsOptionsWeb` and `MPAnalyticsOptionsMobile` from public API in favor of `MPAnalyticsOptions` factory constructors.
- [Breaking] Update `MPAnalytics` initialization approach.
- Add validations to ensure that the events and user data are valid.
- Fix `engagement_time_msec` calculation before sending an event.


## 0.1.3
- Update dependencies

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: dart_mp_analytics
description: A dart only package for wrapper around the Firebase Measurement Protocol API.
version: 0.1.3
version: 1.0.0
repository: https://github.com/alvarobcprado/dart_mp_analytics
issue_tracker: https://github.com/alvarobcprado/dart_mp_analytics/issues

Expand Down

0 comments on commit 6744aa2

Please sign in to comment.