Skip to content

Commit

Permalink
updated changelog and readme for 6.5.0 release (#1443)
Browse files Browse the repository at this point in the history
  • Loading branch information
VysotskiVadim authored May 25, 2022
1 parent b7b04be commit 929e227
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Mapbox welcomes participation and contributions from everyone.

### main

### v6.5.0 - May 25, 2022
- No additional changes

### v6.5.0-beta.6 - May 17, 2022
- Added `max_weight` field to `RouteOptions` to provide max vehicle weight, metric tons. [#1439](https://github.com/mapbox/mapbox-java/pull/1439)

Expand Down
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,16 @@ If you want to test recent bugfixes or features that have not been packaged in a

```gradle
repositories {
jcenter()
maven { url 'https://oss.jfrog.org/artifactory/oss-snapshot-local/' }
maven {
url 'https://api.mapbox.com/downloads/v2/snapshots/maven'
authentication {
basic(BasicAuthentication)
}
credentials {
username = "mapbox"
password = "{secret Mapbox token with DOWNLOADS:READ scope, the same as the token used for the release repository}"
}
}
}
dependencies {
Expand Down

0 comments on commit 929e227

Please sign in to comment.