Skip to content

Commit

Permalink
Update CHANGELOG and revert version name / build branch
Browse files Browse the repository at this point in the history
  • Loading branch information
danesfeder committed Dec 6, 2017
1 parent f4ee076 commit 6bac884
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,15 @@

Mapbox welcomes participation and contributions from everyone.

### v0.7.1 - December 6, 2017

* Fix NPE with reroute metric events [#565](https://github.com/mapbox/mapbox-navigation-android/pull/565)
* Adjust metric listener reset [#566](https://github.com/mapbox/mapbox-navigation-android/pull/566)
* Update distance completed in off-route scenario [#568](https://github.com/mapbox/mapbox-navigation-android/pull/568)
* Update Maps SDK to `5.2.1` [#570](https://github.com/mapbox/mapbox-navigation-android/pull/570)

### v0.7.1-beta.1 - December 1, 2017

* Expanded the width of route lines when zoomed out
* Added support for displaying alternative routes on map
* Adds exclude, voiceUnits, and banner instruction info to request/response [#500](https://github.com/mapbox/mapbox-navigation-android/pull/500)
Expand Down
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
- deploy:
name: Publish Navigation SDK To Maven Central
command: |
if [ "${CIRCLE_BRANCH}" == "release-0.7.1" ]; then
if [ "${CIRCLE_BRANCH}" == "master" ]; then
make publish ;
fi
- store_artifacts:
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Project-wide Gradle settings.
VERSION_NAME=0.7.1
VERSION_NAME=0.7.2-SNAPSHOT
GROUP=com.mapbox.mapboxsdk

POM_URL=https://github.com/mapbox/mapbox-navigation-android
Expand Down

0 comments on commit 6bac884

Please sign in to comment.