Skip to content

Commit

Permalink
[changelog] Update changelog for Telemetry and Core
Browse files Browse the repository at this point in the history
  • Loading branch information
nagineni committed Dec 17, 2021
1 parent 442bd99 commit a430a6b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion libcore/gradle.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion libtelemetry/gradle.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit a430a6b

Please sign in to comment.