diff --git a/CHANGELOG.md b/CHANGELOG.md index f249159e..024d1db9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ Mapbox welcomes participation and contributions from everyone. ## Mapbox Android Telemetry +### v8.1.1 + +- [telemetry] Fix crash when using obtainCellularNetworkType [#555](https://github.com/mapbox/mapbox-events-android/pull/555) +- [ci] Update Firebase test matrix [#553](https://github.com/mapbox/mapbox-events-android/pull/553) +- [build] Attach more info to Maven publications uploaded [#552](https://github.com/mapbox/mapbox-events-android/pull/552) + ### v8.1.0 - [telemetry] Disable `MapboxTelemetryInitProvider` if the telemetry is disabled via app's manifest. @@ -304,6 +310,10 @@ Mapbox welcomes participation and contributions from everyone. ## Mapbox Android Core +### v5.0.1 + +- [build] Attach more info to Maven publications uploaded [#552](https://github.com/mapbox/mapbox-events-android/pull/552) + ### v5.0.0 - [telemetry] Added build flavours for OkHttp v3.x and v4.x diff --git a/libcore/gradle.properties b/libcore/gradle.properties index 4130fdf5..da428371 100644 --- a/libcore/gradle.properties +++ b/libcore/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=5.0.1-SNAPSHOT +VERSION_NAME=5.0.2-SNAPSHOT POM_NAME=Mapbox Android Core Library POM_PACKAGING=aar POM_ARTIFACT_ID=mapbox-android-core diff --git a/libtelemetry/gradle.properties b/libtelemetry/gradle.properties index ad27a44c..77d90e80 100644 --- a/libtelemetry/gradle.properties +++ b/libtelemetry/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=8.1.1-SNAPSHOT +VERSION_NAME=8.1.2-SNAPSHOT POM_NAME=Mapbox Android Telemetry Library POM_PACKAGING=aar POM_ARTIFACT_ID=mapbox-android-telemetry