diff --git a/CHANGELOG.md b/CHANGELOG.md index 6540d44..4d710b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). @@ -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 diff --git a/VERSION b/VERSION index 45a1b3f..227cea2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.2 +2.0.0 diff --git a/pubspec.yaml b/pubspec.yaml index e490045..3543747 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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