Skip to content

Commit

Permalink
Changelog for release 4.7.0-alpha.1 (#1010)
Browse files Browse the repository at this point in the history
  • Loading branch information
osana authored Apr 23, 2019
1 parent 9c390ff commit 5c65967
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
## Changelog for Mapbox Java and Android Services

Mapbox welcomes participation and contributions from everyone.

### v4.7.0 = April 22, 2019
- Adding BoundingBoxPolygon turf method [#1006](https://github.com/mapbox/mapbox-java/pull/1006)
- Feature.get*Property should return null for non-existent property [#1001](https://github.com/mapbox/mapbox-java/pull/1001)
- added overloaded method bbox that takes in a BoundingBox [#999](https://github.com/mapbox/mapbox-java/pull/999)
- Adding userAgent parameter to Isochrone request retrofit call URL [#997](https://github.com/mapbox/mapbox-java/pull/997)

### v4.6.0 - April 11, 2019
- Exclude *.java from being added to library jars [#992](https://github.com/mapbox/mapbox-java/pull/992)
- Adjust @Nullable and @NonNull annotations to match what comes from Directions API [#990](https://github.com/mapbox/mapbox-java/pull/990)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ repositories {
}
dependencies {
compile 'com.mapbox.mapboxsdk:mapbox-sdk-services:4.7.0-SNAPSHOT'
compile 'com.mapbox.mapboxsdk:mapbox-sdk-services:4.8.0-SNAPSHOT'
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Project-wide Gradle settings.
VERSION_NAME=4.7.0-SNAPSHOT
VERSION_NAME=4.8.0-SNAPSHOT
GROUP=com.mapbox.mapboxsdk

POM_URL=https://github.com/mapbox/mapbox-java
Expand Down
2 changes: 1 addition & 1 deletion services-core/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=4.7.0-SNAPSHOT
VERSION_NAME=4.8.0-SNAPSHOT
POM_ARTIFACT_ID=mapbox-sdk-core
POM_NAME=Mapbox Services SDK
POM_DESCRIPTION=Mapbox Services SDK (core module)
Expand Down
2 changes: 1 addition & 1 deletion services-geojson/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=4.7.0-SNAPSHOT
VERSION_NAME=4.8.0-SNAPSHOT
POM_ARTIFACT_ID=mapbox-sdk-geojson
POM_NAME=Mapbox Services SDK
POM_DESCRIPTION=Mapbox Services SDK (GeoJSON support)
Expand Down
2 changes: 1 addition & 1 deletion services-turf/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=4.7.0-SNAPSHOT
VERSION_NAME=4.8.0-SNAPSHOT
POM_ARTIFACT_ID=mapbox-sdk-turf
POM_NAME=Mapbox Services SDK
POM_DESCRIPTION=Mapbox Services SDK (Turf support)
Expand Down
2 changes: 1 addition & 1 deletion services/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=4.7.0-SNAPSHOT
VERSION_NAME=4.8.0-SNAPSHOT
POM_ARTIFACT_ID=mapbox-sdk-services
POM_NAME=Mapbox Services SDK
POM_DESCRIPTION=Mapbox Services SDK (APIs)
Expand Down

0 comments on commit 5c65967

Please sign in to comment.