Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.0.0] - 2026-04-17

### Added

- Support for mParticle Apple SDK 9 and the shared `RoktContracts` event types (#68).
Expand Down Expand Up @@ -87,5 +89,6 @@ See [MIGRATING.md](./MIGRATING.md) for the full 1.x → 2.0 upgrade guide.
- Identity API (identify, login, logout, and alias)
- Github Actions - semantic PR title check; plugin building

[unreleased]: https://github.com/mParticle/mparticle-flutter-sdk/compare/1.1.2...HEAD
[unreleased]: https://github.com/mParticle/mparticle-flutter-sdk/compare/2.0.0...HEAD
[2.0.0]: https://github.com/mParticle/mparticle-flutter-sdk/compare/1.1.2...2.0.0
[1.1.2]: https://github.com/mParticle/mparticle-flutter-sdk/compare/47676b23d065e77f8ef7c9e2938793a93ec6dcc6...1.1.2
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.2
2.0.0
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: mparticle_flutter_sdk
description: mParticle Flutter Plugin - SDK wrapper for iOS, Android, and Web platforms
version: 1.1.2
version: 2.0.0
homepage: https://github.com/mParticle/mparticle-flutter-sdk
repository: https://github.com/mParticle/mparticle-flutter-sdk
license: Apache-2.0
Expand Down
Loading