From 8c71c88a43c80fbe7dc3fab0f88a204d2530b739 Mon Sep 17 00:00:00 2001 From: Guardiola31337 Date: Tue, 2 Oct 2018 22:41:38 +0200 Subject: [PATCH] release mapbox-android-plugin-locationlayer 0.10.0 version --- plugin-locationlayer/CHANGELOG.md | 9 ++++++--- plugin-locationlayer/gradle.properties | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/plugin-locationlayer/CHANGELOG.md b/plugin-locationlayer/CHANGELOG.md index 30e2f1ede..21156abb6 100644 --- a/plugin-locationlayer/CHANGELOG.md +++ b/plugin-locationlayer/CHANGELOG.md @@ -2,12 +2,15 @@ Mapbox welcomes participation and contributions from everyone. +### 0.10.0 - October 2, 2018 +- Move camera and puck immediately when starting to track and displacement is big [#709](https://github.com/mapbox/mapbox-plugins-android/pull/709) + ### 0.9.0 - October 1, 2018 - - Add animation duration multiplier configuration [#704](https://github.com/mapbox/mapbox-plugins-android/pull/704) - - Don't invalidate camera mode if unnecessary for gestures initiated changes [#694](https://github.com/mapbox/mapbox-plugins-android/pull/694) +- Add animation duration multiplier configuration [#704](https://github.com/mapbox/mapbox-plugins-android/pull/704) +- Don't invalidate camera mode if unnecessary for gestures initiated changes [#694](https://github.com/mapbox/mapbox-plugins-android/pull/694) ### 0.8.2 - September 12, 2018 - - Maps SDK bump to 6.5.0 [#634](https://github.com/mapbox/mapbox-plugins-android/pull/634) +- Maps SDK bump to 6.5.0 [#634](https://github.com/mapbox/mapbox-plugins-android/pull/634) ### 0.8.1 - September 4, 2018 - Prevent from showing the location layer on every location update [#641](https://github.com/mapbox/mapbox-plugins-android/pull/641) diff --git a/plugin-locationlayer/gradle.properties b/plugin-locationlayer/gradle.properties index 39ab7fd1b..155d2f632 100644 --- a/plugin-locationlayer/gradle.properties +++ b/plugin-locationlayer/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=0.10.0-SNAPSHOT +VERSION_NAME=0.11.0-SNAPSHOT POM_ARTIFACT_ID=mapbox-android-plugin-locationlayer POM_NAME=Mapbox Android Location Layer Plugin POM_DESCRIPTION=Mapbox Android Location Layer Plugin