Skip to content

Commit e866fee

Browse files
committed
[changelog] Update changelog for Telemetry and Core
Telemetry 6.3.0 and Core 3.2.0
1 parent 4b2864d commit e866fee

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ Mapbox welcomes participation and contributions from everyone.
44

55
## Mapbox Android Telemetry
66

7-
### devel
7+
### v6.3.0
8+
9+
- [telemetry] Handle activity lifecycle to report more precise application state [#510](https://github.com/mapbox/mapbox-events-android/pull/510)
810

911
### v6.2.2
1012

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

276278
## Mapbox Android Core
277279

280+
### v3.2.0
281+
282+
- [core] Add API for reporting non-fatal exceptions via Telemetry SDK [#496](https://github.com/mapbox/mapbox-events-android/pull/512)
283+
278284
### v3.1.0
279285
- [core] Add background location permission [#498](https://github.com/mapbox/mapbox-events-android/pull/498)
280286

libcore/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_NAME=3.1.2-SNAPSHOT
1+
VERSION_NAME=3.2.1-SNAPSHOT
22
POM_ARTIFACT_ID=mapbox-android-core
33
POM_NAME=Mapbox Android Core Library
44
POM_DESCRIPTION=Mapbox Android Core Library

libtelemetry/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_NAME=6.2.3-SNAPSHOT
1+
VERSION_NAME=6.3.1-SNAPSHOT
22
POM_ARTIFACT_ID=mapbox-android-telemetry
33
POM_NAME=Mapbox Android Telemetry Library
44
POM_DESCRIPTION=Mapbox Android Telemetry Library

0 commit comments

Comments
 (0)