Skip to content

Commit

Permalink
[changelog] Update changelog for Telemetry and Core
Browse files Browse the repository at this point in the history
Telemetry 6.3.0 and Core 3.2.0
  • Loading branch information
mr1sunshine committed Feb 19, 2021
1 parent 4b2864d commit e866fee
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ Mapbox welcomes participation and contributions from everyone.

## Mapbox Android Telemetry

### devel
### v6.3.0

- [telemetry] Handle activity lifecycle to report more precise application state [#510](https://github.com/mapbox/mapbox-events-android/pull/510)

### v6.2.2

Expand Down Expand Up @@ -275,6 +277,10 @@ Mapbox welcomes participation and contributions from everyone.

## Mapbox Android Core

### v3.2.0

- [core] Add API for reporting non-fatal exceptions via Telemetry SDK [#496](https://github.com/mapbox/mapbox-events-android/pull/512)

### v3.1.0
- [core] Add background location permission [#498](https://github.com/mapbox/mapbox-events-android/pull/498)

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=3.1.2-SNAPSHOT
VERSION_NAME=3.2.1-SNAPSHOT
POM_ARTIFACT_ID=mapbox-android-core
POM_NAME=Mapbox Android Core Library
POM_DESCRIPTION=Mapbox Android Core Library
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=6.2.3-SNAPSHOT
VERSION_NAME=6.3.1-SNAPSHOT
POM_ARTIFACT_ID=mapbox-android-telemetry
POM_NAME=Mapbox Android Telemetry Library
POM_DESCRIPTION=Mapbox Android Telemetry Library
Expand Down

0 comments on commit e866fee

Please sign in to comment.