From 65abb3448e4fe0046e4355c65228350478a736ee Mon Sep 17 00:00:00 2001 From: danesfeder Date: Thu, 28 Sep 2017 15:20:10 -0400 Subject: [PATCH] Revert release branch / update change log --- CHANGELOG.md | 3 +++ circle.yml | 2 +- navigation/gradle.properties | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b044375ddb..6d777bad76b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ Mapbox welcomes participation and contributions from everyone. +### v0.6.1 - September 28, 2017 +* Telemetry Updates + ### v0.6.0 - September 21, 2017 * First iteration of the Navigation UI * Optimized Navigation features which were causing slowdowns on long steps - [219](https://github.com/mapbox/mapbox-navigation-android/pull/219) diff --git a/circle.yml b/circle.yml index acd338db8ee..89ea359e503 100644 --- a/circle.yml +++ b/circle.yml @@ -103,7 +103,7 @@ jobs: - deploy: name: Publish Navigation SDK To Maven Central command: | - if [ "${CIRCLE_BRANCH}" == "release-v0.6.1" ]; then + if [ "${CIRCLE_BRANCH}" == "master" ]; then make publish ; fi - store_artifacts: diff --git a/navigation/gradle.properties b/navigation/gradle.properties index e512bef5fd2..f8327470024 100644 --- a/navigation/gradle.properties +++ b/navigation/gradle.properties @@ -1,5 +1,5 @@ # Project-wide Gradle settings. -VERSION_NAME=0.6.1 +VERSION_NAME=0.7.0-SNAPSHOT GROUP=com.mapbox.mapboxsdk POM_URL=https://github.com/mapbox/mapbox-navigation-android