Skip to content

Commit 5df4ef5

Browse files
committed
Release v3.4.0
1 parent 8b95a8c commit 5df4ef5

6 files changed

Lines changed: 12 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
Mapbox welcomes participation and contributions from everyone.
44

5+
### v3.4.0 - August 6, 2018
6+
- Fixed typo in static map annotations and added tests for map annotations (#855)
7+
- Added toJson and fromJson to Directions models (#854)
8+
- Upgraded dependencies (#853)
9+
- Missing space (#846)
10+
- Add voiceLanguage to MapMatchingMatching (#847)
11+
512
### v3.3.0
613
- add reverseMode parameter to Geocoding Service (#843)
714
- doc changes (#840) (#835)

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=3.4.0-SNAPSHOT
2+
VERSION_NAME=3.5.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=3.4.0-SNAPSHOT
1+
VERSION_NAME=3.5.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=3.4.0-SNAPSHOT
1+
VERSION_NAME=3.5.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=3.4.0-SNAPSHOT
1+
VERSION_NAME=3.5.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=3.4.0-SNAPSHOT
1+
VERSION_NAME=3.5.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)