diff --git a/CHANGELOG.md b/CHANGELOG.md index 024d1db9..36ec8770 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ Mapbox welcomes participation and contributions from everyone. ## Mapbox Android Telemetry +### v8.1.2 + +- [libtelemetry] Fix LocationEvent timestamp [#567](https://github.com/mapbox/mapbox-events-android/pull/567) +- [ibtelemetry] Add @Keep annotation to the AttachmentMetadata [#565](https://github.com/mapbox/mapbox-events-android/pull/565) +- Fix TelemetryUtils.obtainApplicationState() method [#559](https://github.com/mapbox/mapbox-events-android/pull/559) + ### v8.1.1 - [telemetry] Fix crash when using obtainCellularNetworkType [#555](https://github.com/mapbox/mapbox-events-android/pull/555) @@ -310,6 +316,10 @@ Mapbox welcomes participation and contributions from everyone. ## Mapbox Android Core +### v5.0.2 + +- [location] Add new field permissionStatus to location events [#566](https://github.com/mapbox/mapbox-events-android/pull/566) + ### v5.0.1 - [build] Attach more info to Maven publications uploaded [#552](https://github.com/mapbox/mapbox-events-android/pull/552) diff --git a/libcore/gradle.properties b/libcore/gradle.properties index da428371..d0e1f51e 100644 --- a/libcore/gradle.properties +++ b/libcore/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=5.0.2-SNAPSHOT +VERSION_NAME=5.0.3-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 77d90e80..2ab50b8a 100644 --- a/libtelemetry/gradle.properties +++ b/libtelemetry/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=8.1.2-SNAPSHOT +VERSION_NAME=8.1.3-SNAPSHOT POM_NAME=Mapbox Android Telemetry Library POM_PACKAGING=aar POM_ARTIFACT_ID=mapbox-android-telemetry