diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a06f9a..00b7ca1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.1.0] - 2026-05-14 + +### Added + +- Support mParticle Apple SDK 9.2 ([#324](https://github.com/mParticle/react-native-mparticle/pull/324)) + ## [3.0.0] - 2026-04-16 ### Added @@ -382,7 +388,8 @@ Initial rewrite as a React Native module. - Initial release with core mParticle SDK integration -[unreleased]: https://github.com/mParticle/react-native-mparticle/compare/3.0.0...HEAD +[unreleased]: https://github.com/mParticle/react-native-mparticle/compare/3.1.0...HEAD +[3.1.0]: https://github.com/mParticle/react-native-mparticle/compare/3.0.0...3.1.0 [3.0.0]: https://github.com/mParticle/react-native-mparticle/compare/2.9.2...3.0.0 [2.9.2]: https://github.com/mParticle/react-native-mparticle/compare/2.9.1...2.9.2 [2.9.1]: https://github.com/mParticle/react-native-mparticle/compare/2.9.0...2.9.1 diff --git a/VERSION b/VERSION index 4a36342..fd2a018 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.0.0 +3.1.0 diff --git a/package.json b/package.json index b613e1c..8781818 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "homepage": "https://www.mparticle.com", "license": "Apache-2.0", "repository": "mParticle/react-native-mparticle", - "version": "3.0.0", + "version": "3.1.0", "main": "lib/index.js", "types": "lib/index.d.ts", "react-native": "js/index",