Skip to content

Commit

Permalink
Update CHANGELOG.md (#473)
Browse files Browse the repository at this point in the history
  • Loading branch information
nkukday authored Apr 16, 2020
1 parent 2ba0eeb commit 9f6a7b2
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
18 changes: 12 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,31 +4,34 @@ Mapbox welcomes participation and contributions from everyone.

## Mapbox Android Telemetry

## v5.0.0
### v5.0.1
- Modify error reporting for API >= 26 (#472)

### v5.0.0
- Revert "Transition JobIntentService to WorkManager (#453)

## v4.7.3
### v4.7.3
- Fix Turnstile Obfuscation [#457] (https://github.com/mapbox/mapbox-events-android/pull/457)

## v4.7.2
### v4.7.2
- Transition JobIntentService to WorkManager [#453] (https://github.com/mapbox/mapbox-events-android/pull/453)

## v4.7.1
### v4.7.1
- Upgrade to AndroidX [#446] (https://github.com/mapbox/mapbox-events-android/pull/446)
- Revert "Add test device for CI in release process [#449] (https://github.com/mapbox/mapbox-events-android/pull/449)
- Add test device for CI in release process [#417] (https://github.com/mapbox/mapbox-events-android/pull/417)
- Workaround for Strict mode socket issue [#443] (https://github.com/mapbox/mapbox-events-android/pull/443)
- Update Node version to >=10 [#445] (https://github.com/mapbox/mapbox-events-android/pull/445))
- Update Gradle Versions [#444] (https://github.com/mapbox/mapbox-events-android/pull/444)

## v4.7.0
### v4.7.0
- Fix crash `setBaseUrl()` on null `TelemetryClient` [#423](https://github.com/mapbox/mapbox-events-android/pull/423)
- Remove all location permissions from sdk manifest [#430] (https://github.com/mapbox/mapbox-events-android/pull/430)
- Add make target to fetch java from brew [#433] (https://github.com/mapbox/mapbox-events-android/pull/433)
- Apply android-sdk-versions-plugin to Telemetry and Core modules [#435] (https://github.com/mapbox/mapbox-events-android/pull/435)
- Add Reformed User Agent to Telemetry Client [#437] Add Reformed User Agent to Telemetry Client https://github.com/mapbox/mapbox-events-android/pull/437)

## v4.6.0
### v4.6.0
- Add public api to change base url for telemetry endpoint [#420](https://github.com/mapbox/mapbox-events-android/pull/420)
- Telemetry metrics [#397](https://github.com/mapbox/mapbox-events-android/pull/397)

Expand Down Expand Up @@ -245,6 +248,9 @@ Mapbox welcomes participation and contributions from everyone.

## Mapbox Android Core

### V2.0.1
- Handle null input while creating LocationEngineResult (#469)

### V2.0.0
- No Changes. Align the major release with Telemetry.

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=2.0.1-SNAPSHOT
VERSION_NAME=2.0.2-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=5.0.1-SNAPSHOT
VERSION_NAME=5.0.2-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 9f6a7b2

Please sign in to comment.