Skip to content

Commit

Permalink
update CHANGELOG for 2.2.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Guardiola31337 committed Nov 1, 2017
1 parent a5e4839 commit e69255e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

Mapbox welcomes participation and contributions from everyone.

### v2.2.7

- mapbox-android-core dependency [#622](https://github.com/mapbox/mapbox-java/pull/622)
- Add telem audio type support [#604](https://github.com/mapbox/mapbox-java/pull/604)
- Add telem cancel rating and comment track support [#617](https://github.com/mapbox/mapbox-java/pull/617)
- Add telem percent time in foreground and in portrait track support [#616](https://github.com/mapbox/mapbox-java/pull/616)
- Add telem absolute distance to destination support [#615](https://github.com/mapbox/mapbox-java/pull/615)
- Add telem current location engine being used track support [#605](https://github.com/mapbox/mapbox-java/pull/605)
- Get correct volume level [#600](https://github.com/mapbox/mapbox-java/pull/600)
- Flush Navigation Events Manually [#601](https://github.com/mapbox/mapbox-java/pull/601)
- NPE for BatteryStatus [#602](https://github.com/mapbox/mapbox-java/pull/602)

### v2.2.6

- Fix for Matrix source and destination returning null rather than the true value [#588](https://github.com/mapbox/mapbox-java/pull/588)
Expand Down
4 changes: 2 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,13 +110,13 @@ jobs:
- deploy:
name: Publish Java Services To Maven Central
command: |
if [ "${CIRCLE_BRANCH}" == "release-2.2.7" ]; then
if [ "${CIRCLE_BRANCH}" == "master" ]; then
make publish-java ;
fi
- deploy:
name: Publish Android Services To Maven Central
command: |
if [ "${CIRCLE_BRANCH}" == "release-2.2.7" ]; then
if [ "${CIRCLE_BRANCH}" == "master" ]; then
make publish-android ;
fi
- store_artifacts:
Expand Down
2 changes: 1 addition & 1 deletion mapbox/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Project-wide Gradle settings.
VERSION_NAME=2.2.7
VERSION_NAME=2.3.0-SNAPSHOT
GROUP=com.mapbox.mapboxsdk

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

0 comments on commit e69255e

Please sign in to comment.