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
39 changes: 39 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,45 @@

## [Unreleased]

## [6.0.2] - 2026-08-07

### Core

#### Fixed

- Bound BaseHandler.disable() instead of spinning indefinitely ([#751](https://github.com/mParticle/mparticle-android-sdk/pull/751))
- Never generate empty random user identities ([#750](https://github.com/mParticle/mparticle-android-sdk/pull/750))

### Kits

#### Adjust

##### Changed

- Correct v6 Maven coordinates and source links ([#749](https://github.com/mParticle/mparticle-android-sdk/pull/749))

#### Adobemedia

##### Fixed

- Write resolved dependency versions into POM and re-include in publish ([#741](https://github.com/mParticle/mparticle-android-sdk/pull/741))

#### Braze

##### Added

- Support Braze 43 and recommended eCommerce events ([#728](https://github.com/mParticle/mparticle-android-sdk/pull/728))

##### Fixed

- Restore Maven Central publishing for isolated kits ([#753](https://github.com/mParticle/mparticle-android-sdk/pull/753))

#### Singular

##### Fixed

- Raise singular-12 sample app minSdk to 21 ([#745](https://github.com/mParticle/mparticle-android-sdk/pull/745))

## [6.0.1] - 2026-08-05

### Kits
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.0.1
6.0.2
Loading