Skip to content

Commit 6179f02

Browse files
chore: Prepare release 2.0.0 (#71)
Co-authored-by: denischilik <225006499+denischilik@users.noreply.github.com>
1 parent 95c748c commit 6179f02

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [2.0.0] - 2026-04-17
11+
1012
### Added
1113

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

90-
[unreleased]: https://github.com/mParticle/mparticle-flutter-sdk/compare/1.1.2...HEAD
92+
[unreleased]: https://github.com/mParticle/mparticle-flutter-sdk/compare/2.0.0...HEAD
93+
[2.0.0]: https://github.com/mParticle/mparticle-flutter-sdk/compare/1.1.2...2.0.0
9194
[1.1.2]: https://github.com/mParticle/mparticle-flutter-sdk/compare/47676b23d065e77f8ef7c9e2938793a93ec6dcc6...1.1.2

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.2
1+
2.0.0

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: mparticle_flutter_sdk
22
description: mParticle Flutter Plugin - SDK wrapper for iOS, Android, and Web platforms
3-
version: 1.1.2
3+
version: 2.0.0
44
homepage: https://github.com/mParticle/mparticle-flutter-sdk
55
repository: https://github.com/mParticle/mparticle-flutter-sdk
66
license: Apache-2.0

0 commit comments

Comments
 (0)