Skip to content

Commit

Permalink
Pre Release 4.7.4/1.4.2: (#468)
Browse files Browse the repository at this point in the history
Update Snapshot versions fro future releases.
Update changelog.md.
  • Loading branch information
harvsu committed Mar 18, 2020
1 parent 723ff4d commit 8f840ed
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ Mapbox welcomes participation and contributions from everyone.

## Mapbox Android Telemetry

## v4.7.4
This release is based off off 4.7.0.
- Address backwards compatibility issues with AndroidX [#464] (https://github.com/mapbox/mapbox-events-android/pull/464)
- Fix Turnstile Obfuscation [#457] (https://github.com/mapbox/mapbox-events-android/pull/457)
- 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)
- Workaround for Strict mode socket issue [#443] (https://github.com/mapbox/mapbox-events-android/pull/443)

## 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)
Expand Down Expand Up @@ -228,6 +236,12 @@ Mapbox welcomes participation and contributions from everyone.

## Mapbox Android Core

### v1.4.2
This release is based off off 1.4.0.
- Address backwards compatibility issues with AndroidX [#464] (https://github.com/mapbox/mapbox-events-android/pull/464)
- 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)

### v1.4.0
- Apply android-sdk-versions-plugin to Telemetry and Core modules [#435] (https://github.com/mapbox/mapbox-events-android/pull/435)
- Remove all location permissions from sdk manifest [#430] (https://github.com/mapbox/mapbox-events-android/pull/430)
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=1.4.2-SNAPSHOT
VERSION_NAME=1.4.3-SNAPSHOT
POM_ARTIFACT_ID=mapbox-android-core
POM_NAME=Mapbox Android Core Library
POM_DESCRIPTION=Mapbox Android Core Library
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
libcore/1.4.0-SNAPSHOT
libcore/1.4.3-SNAPSHOT
v1
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=4.7.4-SNAPSHOT
VERSION_NAME=4.7.5-SNAPSHOT
POM_ARTIFACT_ID=mapbox-android-telemetry
POM_NAME=Mapbox Android Telemetry Library
POM_DESCRIPTION=Mapbox Android Telemetry Library
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
libtelemetry/4.7.0-SNAPSHOT
libtelemetry/4.7.5-SNAPSHOT
v1

0 comments on commit 8f840ed

Please sign in to comment.