Skip to content

Commit a8c05c0

Browse files
chore: 5.72.0 (release)
## [5.72.0](v5.71.0...v5.72.0) (2025-08-04) ### Features * Handle hashed email for rokt ([#599](#599)) ([cd5f970](cd5f970)) ### Bug Fixes * Print domain mapping logs only once per session ([#598](#598)) ([0d7e62e](0d7e62e)) ### Updates & Maintenance * Update submodules ([7922018](7922018))
1 parent 7922018 commit a8c05c0

3 files changed

Lines changed: 21 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## [5.72.0](https://github.com/mParticle/mparticle-android-sdk/compare/v5.71.0...v5.72.0) (2025-08-04)
2+
3+
4+
### Features
5+
6+
* Handle hashed email for rokt ([#599](https://github.com/mParticle/mparticle-android-sdk/issues/599)) ([cd5f970](https://github.com/mParticle/mparticle-android-sdk/commit/cd5f970bd81f810d03a1657da4a46c039043d1da))
7+
8+
9+
### Bug Fixes
10+
11+
* Print domain mapping logs only once per session ([#598](https://github.com/mParticle/mparticle-android-sdk/issues/598)) ([0d7e62e](https://github.com/mParticle/mparticle-android-sdk/commit/0d7e62ee94e2d7fd1781369602fb5a29ee945b34))
12+
13+
14+
### Updates & Maintenance
15+
16+
* Update submodules ([7922018](https://github.com/mParticle/mparticle-android-sdk/commit/7922018dccfcb8f2f6c3c291118de47fa594369e))
17+
118
## [5.71.0](https://github.com/mParticle/mparticle-android-sdk/compare/v5.70.3...v5.71.0) (2025-07-15)
219

320

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ You can grab the Core SDK via Maven Central. Please see the badge above and foll
1616

1717
```groovy
1818
dependencies {
19-
implementation 'com.mparticle:android-core:5.71.0'
19+
implementation 'com.mparticle:android-core:5.72.0'
2020
}
2121
```
2222

@@ -27,8 +27,8 @@ Several integrations require additional client-side add-on libraries called "kit
2727
```groovy
2828
dependencies {
2929
implementation (
30-
'com.mparticle:android-example-kit:5.71.0',
31-
'com.mparticle:android-another-kit:5.71.0'
30+
'com.mparticle:android-example-kit:5.72.0',
31+
'com.mparticle:android-another-kit:5.72.0'
3232
)
3333
}
3434
```

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ subprojects {
3535

3636
allprojects {
3737
group = 'com.mparticle'
38-
version = '5.71.0-SNAPSHOT'
38+
version = '5.72.0-SNAPSHOT'
3939
if (project.hasProperty('isRelease') && project.isRelease) {
4040
version = version.toString().replace("-SNAPSHOT", "")
4141
}

0 commit comments

Comments
 (0)