Skip to content

Commit

Permalink
Release 5.0.0 (#1101)
Browse files Browse the repository at this point in the history
* changelog update for 5.0.0 release

* README update for 5.0.0 release
  • Loading branch information
Langston Smith authored Jan 9, 2020
1 parent a541525 commit d8136ad
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,20 @@ Mapbox welcomes participation and contributions from everyone.

### master

- Added support for Turf area measurement method [#1079](https://github.com/mapbox/mapbox-java/pull/1079)
### 5.0.0 - January 8, 2020

- Update to AndroidX annotation [#1095](https://github.com/mapbox/mapbox-java/pull/1095)
- Rename references of `mapIds` to `tileSetIds` [#1047](https://github.com/mapbox/mapbox-java/pull/ 1047)
- Removed deprecated getCall() method in IsochroneService [#1099](https://github.com/mapbox/mapbox-java/pull/ 1099)
- Directions junction view api [#1097](https://github.com/mapbox/mapbox-java/pull/1097)
- Add banner component type [#1098](https://github.com/mapbox/mapbox-java/pull/1098)
- Remove references to enterprise from geocoding docs [#1084](https://github.com/mapbox/mapbox-java/pull/1084)
- Add network interceptor to directions [#1093](https://github.com/mapbox/mapbox-java/pull/ 1093)
- Replaced NotNull with NonNull annotation in TurfConversion class [#1092](https://github.com/mapbox/mapbox-java/pull/ 1092)
- BannerText, RouteOptions builders: removed nullable annotations [#1091](https://github.com/mapbox/mapbox-java/pull/ 1091)
- Adding and adjusting repo issue templates [#1069](https://github.com/mapbox/mapbox-java/pull/ 1069)
- Adding combine turf method [#1008](https://github.com/mapbox/mapbox-java/pull/ 1008)
- Add turf area measurement method. [#1079](https://github.com/mapbox/mapbox-java/pull/1079)

### 4.9.0 - September 23, 2019
- Added intersection search support to MapboxGeocoding [#1074](https://github.com/mapbox/mapbox-java/pull/1074)
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 {
implementation 'com.mapbox.mapboxsdk:mapbox-sdk-services:4.10.0-SNAPSHOT'
implementation 'com.mapbox.mapboxsdk:mapbox-sdk-services:5.1.0-SNAPSHOT'
}
```

Expand Down

0 comments on commit d8136ad

Please sign in to comment.