From 3f7e51ba0d04c030eb70e49d67e24e1da4d61fd2 Mon Sep 17 00:00:00 2001 From: danesfeder Date: Fri, 15 Dec 2017 15:10:35 -0500 Subject: [PATCH] Update CHANGELOG and revert version number / circle branch --- CHANGELOG.md | 15 +++++++++++++++ circle.yml | 2 +- gradle.properties | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bcfddcd9659..c6a3671dcfb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ Mapbox welcomes participation and contributions from everyone. +### v0.8.0-beta.1 - December 15, 2017 + +* Allow theme setting from NavigationViewOptions [#595](https://github.com/mapbox/mapbox-navigation-android/pull/595) +* Fix issue NavigationView simulation [#594](https://github.com/mapbox/mapbox-navigation-android/pull/594) +* Remove preference setup for unit type in RouteViewModel [#593](https://github.com/mapbox/mapbox-navigation-android/pull/593) +* Create other map issue in feedback adapter [#592](https://github.com/mapbox/mapbox-navigation-android/pull/592) +* Remove specified layer for map route [#590](https://github.com/mapbox/mapbox-navigation-android/pull/590) +* Guard against IndexOutOfBounds when updating last reroute event [#589](https://github.com/mapbox/mapbox-navigation-android/pull/589) +* Set original and current request identifier [#585](https://github.com/mapbox/mapbox-navigation-android/pull/585) +* Add SSML announcement option for VoiceInstructionMilestone [#584](https://github.com/mapbox/mapbox-navigation-android/pull/584) +* Remove duplicate subscriptions to the ViewModels [#583](https://github.com/mapbox/mapbox-navigation-android/pull/583) +* Return Milestone instead of identifier [#579](https://github.com/mapbox/mapbox-navigation-android/pull/579) +* DirectionsProfile for reroutes in NavigationView [#575](https://github.com/mapbox/mapbox-navigation-android/pull/575) +* Add custom notification support [#564](https://github.com/mapbox/mapbox-navigation-android/pull/564) + ### v0.7.1 - December 6, 2017 * Fix NPE with reroute metric events [#565](https://github.com/mapbox/mapbox-navigation-android/pull/565) diff --git a/circle.yml b/circle.yml index 6a39f89717f..0d8c7a82f48 100644 --- a/circle.yml +++ b/circle.yml @@ -98,7 +98,7 @@ jobs: - deploy: name: Publish Navigation SDK To Maven Central command: | - if [ "${CIRCLE_BRANCH}" == "release-0.8.0-beta.1" ]; then + if [ "${CIRCLE_BRANCH}" == "master" ]; then make publish ; fi - store_artifacts: diff --git a/gradle.properties b/gradle.properties index c30402e8493..0f6f86c7ccd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ # Project-wide Gradle settings. -VERSION_NAME=0.8.0-beta.1 +VERSION_NAME=0.7.2-SNAPSHOT GROUP=com.mapbox.mapboxsdk POM_URL=https://github.com/mapbox/mapbox-navigation-android