Skip to content

Commit 96de6b9

Browse files
authored
Changelog for 4.8.0-alpha.1 release (#1023)
1 parent 86b0594 commit 96de6b9

7 files changed

Lines changed: 11 additions & 6 deletions

File tree

CHANGELOG.md

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

33
Mapbox welcomes participation and contributions from everyone.
4+
5+
### v4.8.0-alpha.1 - May 7, 2019
6+
- Adding explode turf method [#1007](https://github.com/mapbox/mapbox-java/pull/1007)
7+
- Adding coordAll() versions for Feature, FeatureCollection, and Geometry parameters [#1009](https://github.com/mapbox/mapbox-java/pull/1009)
8+
49
### v4.7.0 - April 25, 2019
510
- Added @Keep annotation to ease integration of geojson library [#1005](https://github.com/mapbox/mapbox-java/pull/1005)
611
- Fix possible IndexOutOfBoundsException exception [#1013](https://github.com/mapbox/mapbox-java/pull/1013)

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

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