Skip to content

Commit a449326

Browse files
authored
release 4.1.0 (#921)
1 parent 083b490 commit a449326

7 files changed

Lines changed: 16 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
## Changelog for Mapbox Java and Android Services
22

33
Mapbox welcomes participation and contributions from everyone.
4+
### v4.1.0 - November 12, 2018
5+
- Added wrappers for route tile APIs Feature #913
6+
- Add annotations, approaches request parameter & distances to the response object #911
7+
- Add interceptor and network interceptor support to Mapbox Speech #910
8+
- Remove dependency on BindingContextFactory #909
9+
- Archive stale issues and pull request #906
10+
- Added StepManeuver.Type for ease of use #898
11+
- Route options should be serialized/deserialized using backend names #895
12+
- BoundingBox deserialization #891
13+
414
### v4.0.0 - September 19, 2018
515
- downgrade to java 7 #876
616
- The first and last positions should be equivalent in polygon ring Bug Ready For Review refactor #886

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ repositories {
4444
}
4545
4646
dependencies {
47-
compile 'com.mapbox.mapboxsdk:mapbox-sdk-services:4.1.0-SNAPSHOT'
47+
compile 'com.mapbox.mapboxsdk:mapbox-sdk-services:4.2.0-SNAPSHOT'
4848
}
4949
```
5050

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=4.1.0-SNAPSHOT
2+
VERSION_NAME=4.2.0-SNAPSHOT
33
GROUP=com.mapbox.mapboxsdk
44

55
POM_URL=https://github.com/mapbox/mapbox-java

services-core/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_NAME=4.1.0-SNAPSHOT
1+
VERSION_NAME=4.2.0-SNAPSHOT
22
POM_ARTIFACT_ID=mapbox-sdk-core
33
POM_NAME=Mapbox Services SDK
44
POM_DESCRIPTION=Mapbox Services SDK (core module)

services-geojson/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_NAME=4.1.0-SNAPSHOT
1+
VERSION_NAME=4.2.0-SNAPSHOT
22
POM_ARTIFACT_ID=mapbox-sdk-geojson
33
POM_NAME=Mapbox Services SDK
44
POM_DESCRIPTION=Mapbox Services SDK (GeoJSON support)

services-turf/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_NAME=4.1.0-SNAPSHOT
1+
VERSION_NAME=4.2.0-SNAPSHOT
22
POM_ARTIFACT_ID=mapbox-sdk-turf
33
POM_NAME=Mapbox Services SDK
44
POM_DESCRIPTION=Mapbox Services SDK (Turf support)

services/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_NAME=4.1.0-SNAPSHOT
1+
VERSION_NAME=4.2.0-SNAPSHOT
22
POM_ARTIFACT_ID=mapbox-sdk-services
33
POM_NAME=Mapbox Services SDK
44
POM_DESCRIPTION=Mapbox Services SDK (APIs)

0 commit comments

Comments
 (0)