We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f7a240 commit bdf86acCopy full SHA for bdf86ac
CHANGELOG.md
@@ -4,6 +4,10 @@ Mapbox welcomes participation and contributions from everyone.
4
5
### master
6
7
+### 5.4.0 - July 29, 2020
8
+
9
+- [geocoding] Correct handling of a single element batch geocoding response (#1160)
10
11
### 5.3.0 - June 15, 2020
12
13
- [turf] Ported TurfMeasurement.center() method (#1150)
README.md
@@ -46,7 +46,7 @@ repositories {
46
}
47
48
dependencies {
49
- implementation 'com.mapbox.mapboxsdk:mapbox-sdk-services:5.4.0-SNAPSHOT'
+ implementation 'com.mapbox.mapboxsdk:mapbox-sdk-services:5.5.0-SNAPSHOT'
50
51
```
52
0 commit comments