Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ Mapbox welcomes participation and contributions from everyone.

### master

### 5.2.0 - May 12, 2020

- Add step maneuver modifier constants (#1142)
- Refactor turf measurement functions (#1139)
- remove stale bot settings for this repo (#1138)
- Fix typo in DirectionsJsonObject documentation (#1137)

### 5.1.0 - March 30, 2020

- Adding flexibility to Matrix API builder to set custom max coordinate list size limit [#1133](https://github.com/mapbox/mapbox-java/pull/1133)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ repositories {
}

dependencies {
implementation 'com.mapbox.mapboxsdk:mapbox-sdk-services:5.2.0-SNAPSHOT'
implementation 'com.mapbox.mapboxsdk:mapbox-sdk-services:5.3.0-SNAPSHOT'
}
```

Expand Down