Skip to content

Commit 12f3512

Browse files
committed
release 5.7.0
1 parent af2493a commit 12f3512

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Mapbox welcomes participation and contributions from everyone.
44

55
### master
66

7+
### 5.7.0 - October 1, 2020
8+
9+
- Adjust javadoc info about Turf circle methods [#1192](https://github.com/mapbox/mapbox-java/pull/1192)
10+
- Bump retrofit to 2.7.2 to be android API 30 compatible [#1194](https://github.com/mapbox/mapbox-java/pull/1194)
11+
- Add `tunnelName` field to `StepIntersection` [#1197](https://github.com/mapbox/mapbox-java/pull/1197)
12+
713
### 5.7.0-beta - September 23, 2020
814
- Exposed border crossings, rest stops and toll collection points [#1188](https://github.com/mapbox/mapbox-java/pull/1188)
915

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ repositories {
4646
}
4747
4848
dependencies {
49-
implementation 'com.mapbox.mapboxsdk:mapbox-sdk-services:5.7.0-SNAPSHOT'
49+
implementation 'com.mapbox.mapboxsdk:mapbox-sdk-services:5.8.0-SNAPSHOT'
5050
}
5151
```
5252

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Project-wide Gradle settings.
2-
VERSION_NAME=5.7.0-SNAPSHOT
2+
VERSION_NAME=5.8.0-SNAPSHOT
33

44
# Specifies the JVM arguments used for the daemon process.
55
# The setting is particularly useful for tweaking memory settings.

0 commit comments

Comments
 (0)