@@ -5,18 +5,32 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ Unreleased ]
8+ ## [ 2.9.0 ] - 2026-03-06
99
1010### Added
1111
12- - Add SPM hybrid bridge for mParticle-Apple-SDK iOS dependency (#283 )
13- - Add Expo config plugin for mParticle integration (#270 )
12+ - Add SPM hybrid bridge for mParticle-Apple-SDK iOS dependency ([ #283 ] ( https://github.com/mParticle/react-native-mparticle/pull/283 ) )
13+ - Add Expo config plugin for mParticle integration and create Expo test app ([ #270 ] ( https://github.com/mParticle/react-native-mparticle/pull/270 ) )
14+
15+ ### Changed
16+
17+ - Release process ([ #288 ] ( https://github.com/mParticle/react-native-mparticle/pull/288 ) )
18+ - Add trunk ([ #285 ] ( https://github.com/mParticle/react-native-mparticle/pull/285 ) )
19+ - Bump fast-xml-parser from 4.5.3 to 4.5.4 in /sample ([ #282 ] ( https://github.com/mParticle/react-native-mparticle/pull/282 ) )
20+ - Update sample app to ease testing ([ #279 ] ( https://github.com/mParticle/react-native-mparticle/pull/279 ) )
21+ - Bump futureware-tech/simulator-action from 4 to 5 ([ #281 ] ( https://github.com/mParticle/react-native-mparticle/pull/281 ) )
22+ - Update release workflow for npm OIDC authentication and bump up node version ([ #273 ] ( https://github.com/mParticle/react-native-mparticle/pull/273 ) )
23+ - Update mParticle android sdk to version 5.76.1 in sample app ([ #276 ] ( https://github.com/mParticle/react-native-mparticle/pull/276 ) )
24+ - Bump actions/checkout from 4 to 6 ([ #268 ] ( https://github.com/mParticle/react-native-mparticle/pull/268 ) )
25+ - Bump actions/setup-node from 6.0.0 to 6.2.0 ([ #274 ] ( https://github.com/mParticle/react-native-mparticle/pull/274 ) )
26+ - Bump actions/setup-node from 5.0.0 to 6.0.0 ([ #263 ] ( https://github.com/mParticle/react-native-mparticle/pull/263 ) )
27+ - Bump actions/setup-node from 4.4.0 to 5.0.0 ([ #258 ] ( https://github.com/mParticle/react-native-mparticle/pull/258 ) )
1428
1529### Fixed
1630
17- - Fix React Native Codegen issue with version 0.84 ( # 284 )
18- - Prevent app crash in Release builds on iOS ( #286 )
19- - Log nil bridge before addUIBlock in New Architecture ( # 287 )
31+ - Log nil bridge before addUIBlock in New Architecture ( [ # 287 ] ( https://github.com/mParticle/react-native-mparticle/pull/287 ) )
32+ - Prevent app crash in Release builds ( [ #286 ] ( https://github.com/mParticle/react-native-mparticle/pull/286 ) )
33+ - React Native Codegen issue with version 0.84 ( [ # 284 ] ( https://github.com/mParticle/react-native-mparticle/pull/284 ) )
2034
2135## [ 2.8.1] - 2025-09-04
2236
@@ -331,7 +345,8 @@ Initial rewrite as a React Native module.
331345
332346- Initial release with core mParticle SDK integration
333347
334- [ Unreleased ] : https://github.com/mParticle/react-native-mparticle/compare/2.8.1...HEAD
348+ [ unreleased ] : https://github.com/mParticle/react-native-mparticle/compare/2.9.0...HEAD
349+ [ 2.9.0 ] : https://github.com/mParticle/react-native-mparticle/compare/2.8.1...2.9.0
335350[ 2.8.1 ] : https://github.com/mParticle/react-native-mparticle/compare/2.8.0...2.8.1
336351[ 2.8.0 ] : https://github.com/mParticle/react-native-mparticle/compare/v2.7.13...2.8.0
337352[ 2.7.13 ] : https://github.com/mParticle/react-native-mparticle/compare/v2.7.12...v2.7.13
0 commit comments