diff --git a/CHANGELOG.md b/CHANGELOG.md index daa97a26a..426bc012f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,13 @@ Mapbox welcomes participation and contributions from everyone. ## Mapbox Android Telemetry -## v4.7.1 +## v4.7.3 +- Fix Turnstile Obfuscation [#457] (https://github.com/mapbox/mapbox-events-android/pull/457) +## v4.7.2 +- Transition JobIntentService to WorkManager [#453] (https://github.com/mapbox/mapbox-events-android/pull/453) + +## 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) @@ -13,10 +18,6 @@ Mapbox welcomes participation and contributions from everyone. - 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.2 - -- Transition JobIntentService to WorkManager [#453] (https://github.com/mapbox/mapbox-events-android/pull/453) - ## 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) diff --git a/libtelemetry/gradle.properties b/libtelemetry/gradle.properties index bc83a368e..f48a3eaf3 100644 --- a/libtelemetry/gradle.properties +++ b/libtelemetry/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=4.7.3-SNAPSHOT +VERSION_NAME=4.7.4-SNAPSHOT POM_ARTIFACT_ID=mapbox-android-telemetry POM_NAME=Mapbox Android Telemetry Library POM_DESCRIPTION=Mapbox Android Telemetry Library