From 929e227876e75319d5942a29f5a930b69b526af8 Mon Sep 17 00:00:00 2001 From: vadzim_v Date: Wed, 25 May 2022 14:33:50 +0200 Subject: [PATCH] updated changelog and readme for 6.5.0 release (#1443) --- CHANGELOG.md | 3 +++ README.md | 12 ++++++++++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8bee3274..1541ab786 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index ecc162581..f9871183d 100644 --- a/README.md +++ b/README.md @@ -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 {