Skip to content

Commit 64e6731

Browse files
committed
release 5.5.0
1 parent 9d28e9b commit 64e6731

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

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

55
### master
66

7+
### 5.5.0 - September 3, 2020
8+
9+
- Update VERSION_NAME: 5.4.1-SNAPSHOT -> 5.5.0-SNAPSHOT ((#1173)
10+
- DirectionRoute: added `durationTypical` for Route, Leg and Step; VERSION_NAME: updated to `5.4.1-SNAPSHOT` (#1172)
11+
- Remove min/max latitude/longitude range annotations (#1168)
12+
- Update annotation for NonNull attributes. (#1087)
13+
714
### 5.4.1 - July 29, 2020
815

916
- [geocoding] Correct handling of a single element batch geocoding response (#1160)

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.5.0-SNAPSHOT'
49+
implementation 'com.mapbox.mapboxsdk:mapbox-sdk-services:5.6.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.5.0-SNAPSHOT
2+
VERSION_NAME=5.5.0
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)