Skip to content

Commit 3da6e8a

Browse files
committed
6.5.0-beta.5 changelog
1 parent 091ca6d commit 3da6e8a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

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

55
### main
6+
7+
### v6.5.0-beta.5 - May 11, 2022
68
- Added `TollCollection#name` field which contains a name of the toll booth/gantry, when available. [#1432](https://github.com/mapbox/mapbox-java/pull/1432)
79
- Improved `RouteOptions#toUrl` query parameters encoding. This (in between other improvements) adds handling for rarer unescaped characters occurrences (like '&' baked within other string). [#1433](https://github.com/mapbox/mapbox-java/pull/1433)
810
- Added `Incidents` to `RouteLegRefresh` which allow to refresh incidents along a route. [#1421](https://github.com/mapbox/mapbox-java/pull/1421)

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:6.5.0-SNAPSHOT'
49+
implementation 'com.mapbox.mapboxsdk:mapbox-sdk-services:6.6.0-SNAPSHOT'
5050
}
5151
```
5252

0 commit comments

Comments
 (0)