Skip to content

Commit 210d48b

Browse files
committed
6.1.0 changelog
1 parent b7b3fcf commit 210d48b

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

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

55
### main
66

7+
### v6.1.0 - November 11, 2021
8+
- Added `avoid_maneuver_radius` to Directions API params and `avoidManeuverRadius` to `RouteOptions`. [#1310](https://github.com/mapbox/mapbox-java/pull/1310)
9+
- Added encoding for parameters transformed with `RouteOptions.toUrl`. [#1317](https://github.com/mapbox/mapbox-java/pull/1317)
10+
711
### v6.0.1 - November 04, 2021
812
- Refactoring related to URL building for `RouteOptions.toUrl`. [#1313](https://github.com/mapbox/mapbox-java/pull/1314)
913

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

0 commit comments

Comments
 (0)