Skip to content

Commit

Permalink
Update changelog, bump snapshots versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Tarasov committed Jun 3, 2022
1 parent 96ba9ee commit f2767f6
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.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)
Expand Down Expand Up @@ -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)
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.2-SNAPSHOT
VERSION_NAME=5.0.3-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.2-SNAPSHOT
VERSION_NAME=8.1.3-SNAPSHOT
POM_NAME=Mapbox Android Telemetry Library
POM_PACKAGING=aar
POM_ARTIFACT_ID=mapbox-android-telemetry
Expand Down

0 comments on commit f2767f6

Please sign in to comment.