Skip to content
This repository was archived by the owner on Mar 16, 2026. It is now read-only.

Commit a430a6b

Browse files
committed
[changelog] Update changelog for Telemetry and Core
1 parent 442bd99 commit a430a6b

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Mapbox welcomes participation and contributions from everyone.
44

55
## Mapbox Android Telemetry
66

7+
### v8.1.1
8+
9+
- [telemetry] Fix crash when using obtainCellularNetworkType [#555](https://github.com/mapbox/mapbox-events-android/pull/555)
10+
- [ci] Update Firebase test matrix [#553](https://github.com/mapbox/mapbox-events-android/pull/553)
11+
- [build] Attach more info to Maven publications uploaded [#552](https://github.com/mapbox/mapbox-events-android/pull/552)
12+
713
### v8.1.0
814

915
- [telemetry] Disable `MapboxTelemetryInitProvider` if the telemetry is disabled via app's manifest.
@@ -304,6 +310,10 @@ Mapbox welcomes participation and contributions from everyone.
304310

305311
## Mapbox Android Core
306312

313+
### v5.0.1
314+
315+
- [build] Attach more info to Maven publications uploaded [#552](https://github.com/mapbox/mapbox-events-android/pull/552)
316+
307317
### v5.0.0
308318

309319
- [telemetry] Added build flavours for OkHttp v3.x and v4.x

libcore/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_NAME=5.0.1-SNAPSHOT
1+
VERSION_NAME=5.0.2-SNAPSHOT
22
POM_NAME=Mapbox Android Core Library
33
POM_PACKAGING=aar
44
POM_ARTIFACT_ID=mapbox-android-core

libtelemetry/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_NAME=8.1.1-SNAPSHOT
1+
VERSION_NAME=8.1.2-SNAPSHOT
22
POM_NAME=Mapbox Android Telemetry Library
33
POM_PACKAGING=aar
44
POM_ARTIFACT_ID=mapbox-android-telemetry

0 commit comments

Comments
 (0)